{% extends "mapentity/mapentity_detail_attributes.html" %} {% load i18n mapentity_tags %} {% block attributes %}
{{ poi|verbose:"structure" }} | {{ poi.structure }} |
---|---|
{{ poi|verbose:"type" }} | {{ poi.type }} |
{{ poi|verbose:"name" }} | {{ poi.name }} |
{{ poi|verbose:"description" }} | {% if poi.description %}{{ poi.description|safe|linebreaks }} {% else %}{% trans "None" %}{% endif %} |
{% trans "Thumbnail" %} | |
{% trans "External id" %} | {{ poi.eid }} |