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