{% extends "mapentity/base.html" %} {% load i18n static field_verbose_name mapentity leaflet_tags geojson_tags attachments_tags timesince %} {% block title %}{{ object }} | {{ block.super }}{% endblock title %} {% block mainpanel %}
{% trans "Date" %} | {% trans "User" %} | {% trans "Action" %} |
---|---|---|
{{ logentry.action_time }} ({{ logentry.action_time|timesince }}) | {{ logentry.user }} | {{ logentry.action_flag_display }} |
… | … | … |
{{ empty_map_message }}
{% endif %} {% endblock mappanel %}