{% 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_list|logboxes }}
No. | {{ "lcreated"|timeselect:"utc" }} | Submitter | Comment |
---|---|---|---|
{{ log.N }} | {{ log.created|multiTime:"lcreated" }} | {{ log.issuer.get_full_name }} | {% autoescape off %}{{ 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 %} |