{% extends "mapentity/base.html" %} {% load i18n static mapentity_tags leaflet_tags geojson_tags %} {% block title %}{{ object }} | {{ block.super }}{% endblock title %} {% block mainpanel %}
{% block download %} {% trans "ODT" %} {% trans "DOC" %} {% trans "PDF" %} {% endblock download %}
{% block detailspanel %} {% smart_include "detail" %} {% endblock detailspanel %}
{% block attachmentspanel %} {% include 'paperclip/attachment_list.html' with attachment_form_next=object.get_detail_url|add:'?tab=attachments' %} {% endblock attachmentspanel %}
{% if ACTION_HISTORY_ENABLED %}
{% for logentry in logentries %} {% empty %} {% endfor %} {% if logentries_hellip %} {% endif %}
{% trans "Date" %} {% trans "User" %} {% trans "Action" %}
{{ logentry.action_time }} ({{ logentry.action_time|timesince }}) {{ logentry.user }} {{ logentry.action_flag_display }}{% if logentry.change_message %} - {{ logentry.change_message }}{% endif %}
{% trans "None" %}
{% trans "Full history" %}
{% endif %}
{% block mappanel %} {% if object.get_geom %} {% include "mapentity/mapgeometry_fragment.html" with mapname="detailmap" %} {% else %}

{{ empty_map_message }}

{% endif %} {% endblock mappanel %}
{% endblock mainpanel %}