{% extends "base.htm" %} {% block content %}
Only shows the Overworld at the moment!
{% if map_html_2d %} {{map_html_2d}} {% endif %} {% if current_user.is_authenticated %}Click on a table header to sort by that attribute. Click again to reverse direction of sorting
Name | X | Y | Z | type | created by | created at | |
---|---|---|---|---|---|---|---|
{{ poi.name }} | {{ poi.coord_x }} | {{ poi.coord_y }} | {{ poi.coord_z }} | {{poi_name_lookup[poi.coordtype]}} | {{ poi.user.displayname }} | {{ poi.create_date.isoformat() }} | {% if poi.user == current_user %}delete | {% endif %}