{% extends "pylucid/css_anchor_div.html" %} {% block plugin_content %} {% if update_list %}
{% trans "update time" %} | {% trans "title" %} | {% trans "user name" %} | {% if perms.update_journal.change_updatejournal or perms.update_journal.delete_updatejournal %}{% trans "actions" %} | {% endif %}
---|---|---|---|
{{ item.lastupdatetime|date:_("DATETIME_FORMAT") }} | {{ item.title|escape }} ({{ item.content_type }}) |
{{ item.user_name }} | {% if perms.update_journal.change_updatejournal or perms.update_journal.delete_updatejournal %}{% if perms.update_journal.change_updatejournal %} {% trans "edit" %} {% endif %} {% if perms.update_journal.delete_updatejournal %} {% trans "delete" %} {% endif %} | {% endif %}
{% trans "No updates recorded in update journal." %}
{% endif %} {% endblock %}