{% load timeutil %} {% load mediaviews %} {% load scientific %} {% load static %}

Log Messages


Use buttons to expand/collapse log sections.

{{ object.eventlog_set.all|logboxes }}

Full Event Log


{% if user.is_authenticated %} {% endif %}

{% for log in object.eventlog_set.all %} {% autoescape off %} {% endfor %}
No. {{ "lcreated"|timeselect:"utc" }} Submitter Comment
{{ log.N }} {{ log.created|multiTime:"lcreated" }} {{ log.issuer.get_full_name }} {{ log.comment }} {% endautoescape %} {% if log.filename %} ({{ log.filename }}) {% endif %} {% for tag in log.tags.all %} {{ tag.name }}
{% endfor %}
+