{% load timeutil %} {% load mediaviews %} {% load scientific %} {% load static %} {# {% with log_filter=user_is_external|yesno:"public," %} #} {# {% with log_list=object.log_set.all|filter_logs:log_filter %} #}

Log Messages


Use buttons to expand/collapse log sections.

{{ log_list|logboxes }}

Full Event Log


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

{% for log in log_list %} {% 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 }} {% if user.is_authenticated %}
{% endif %}
{% endfor %} {% if user.is_authenticated %}
+
{% endif %}
{# {% endwith %} #} {# {% endwith %} #}