diff --git a/allianceauth/groupmanagement/templates/groupmanagement/audit.html b/allianceauth/groupmanagement/templates/groupmanagement/audit.html index 51cc2ef5..7273107e 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/audit.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/audit.html @@ -8,58 +8,65 @@
+ +
{% trans "Date/Time" %} | -{% trans "Requestor" %} | -{% trans "Character" %} | -{% trans "Corporation" %} | -{% trans "Type" %} | -{% trans "Action" %} | -{% trans "Actor" %} | +{% trans "Date/Time" %} | +{% trans "Requestor" %} | +{% trans "Character" %} | +{% trans "Corporation" %} | +{% trans "Type" %} | +{% trans "Action" %} | +{% trans "Actor" %} | + {% for entry in entries %}||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ entry.date|date:"Y-M-d, H:i" }} | -{{ entry.requestor }} | -{{ entry.req_char }} | -{{ entry.req_char.corporation_name }} | -{{ entry.type_to_str }} | +{{ entry.date|date:"Y-M-d, H:i" }} | +{{ entry.requestor }} | +{{ entry.req_char }} | +{{ entry.req_char.corporation_name }} | +{{ entry.type_to_str }} | + {% if entry.request_type is None %} -Removed | +{% trans "Removed" %} | {% else %} -{{ entry.action_to_str }} | +{{ entry.action_to_str }} | {% endif %} -{{ entry.request_actor }} | + +{{ entry.request_actor }} |
- All times displayed are EVE/UTC. + {% trans "All times displayed are EVE/UTC." %}
+ +
{% trans "Portrait" %} | -{% trans "Character" %} | -{% trans "Organization" %} | -+ | |
---|---|---|---|---|
{% trans "Character" %} | +{% trans "Organization" %} | +|||
- {% if member.is_leader %}
-
- {% endif %}
- |
- + | |||
+ |
- + + |
{% if member.main_char %}
{{ member.main_char.corporation_name }}
{{ member.main_char.alliance_name|default_if_none:"" }} {% else %} - (unknown) + {% trans "(unknown)" %} {% endif %} - |
- - - + | + ++ + |
: Group leader
+ ++ : {% trans "Group leader" %} +