{% extends "mapentity/base.html" %} {% load i18n static mapentity_tags leaflet_tags geojson_tags %} {% 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 }}{% if logentry.change_message %} - {{ logentry.change_message }}{% endif %} |
{% trans "None" %} | ||
… | … | … |
{{ empty_map_message }}
{% endif %} {% endblock mappanel %}