{% extends "base.htm" %} {% block content %}
| Name | X | Y | Z | created by | created at | |
|---|---|---|---|---|---|---|
| {{ poi.name }} | {{ poi.coord_x }} | {{ poi.coord_y }} | {{ poi.coord_z }} | {{ poi.user.displayname }} | {{ poi.create_date.isoformat() }} | {% if poi.user == current_user %}delete | {% endif %}