{% load i18n %} {% load mailarchive_extra %} {% for record in activity_log %} {% if record.log_type == 'subscribe_operation' %} {% else %} {% if record.log_type == 'access_management' %} {% endif %} {% endif %} {% endfor %}
{% trans "Date" %} {% trans "Action" %} {% trans "Maillist" %} {% trans "Initiator" %}
{{ record.datetime|date:"SHORT_DATE_FORMAT" }}{{ record.get_operation_type_display }} {{ record.list|list_icon_href }} {% if record.meddler %} {{ record.meddler.get_profile|staff_link }} {% endif %} {{ record.get_type_display }} {{ record.list|list_icon_href }} {% if record.manager %}{{ record.manager.get_profile|staff_link }}{% endif %}