{% extends "pylucid/css_anchor_div.html" %} {% block plugin_content %} {% if update_list %} {% if perms.update_journal.change_updatejournal or perms.update_journal.delete_updatejournal %} {% endif %} {% for item in update_list %} {% if perms.update_journal.change_updatejournal or perms.update_journal.delete_updatejournal %} {% endif %} {% endfor %}
{% trans "update time" %} {% trans "title" %} {% trans "user name" %}{% trans "actions" %}
{{ item.lastupdatetime|date:_("DATETIME_FORMAT") }} {{ item.title|escape }}
({{ item.content_type }})
{{ item.user_name }} {% if perms.update_journal.change_updatejournal %} {% trans "edit" %} {% endif %} {% if perms.update_journal.delete_updatejournal %} {% trans "delete" %} {% endif %}
{% if select_feed_url %} {% trans "get update journal as RSS/Atom feed." %} {% endif %} {% else %}

{% trans "No updates recorded in update journal." %}

{% endif %} {% endblock %}