{% extends "allianceauth/base-bs5.html" %} {% load static %} {% load i18n %} {% load navactive %} {% block page_title %} {{ group }} {% translate "Audit Log" %} {% endblock page_title %} {% block header_nav_brand %} {% translate "Audit Log" %} - {{ group.name }} {% endblock header_nav_brand %} {% block header_nav_collapse_left %} {% endblock %} {% block content %} {% if entries %}
{% for entry in entries %} {% if entry.request_type is None %} {% else %} {% endif %} {% endfor %}
{% translate "Date/Time" %} {% translate "Requestor" %} {% translate "Character" %} {% translate "Corporation" %} {% translate "Type" %} {% translate "Action" %} {% translate "Actor" %}
{{ entry.date|date:"Y-M-d, H:i" }} {{ entry.requestor }} {{ entry.req_char }} {{ entry.req_char.corporation_name }} {{ entry.type_to_str }}{% translate "Removed" %}{{ entry.action_to_str }}{{ entry.request_actor }}

{% translate "All times displayed are EVE/UTC." %}

{% else %}

{% translate "No entries found for this group." %}
{% endif %} {% endblock %} {% block extra_javascript %} {% include 'bundles/datatables-js-bs5.html' %} {% include 'bundles/moment-js.html' with locale=True %} {# {% include 'bundles/filterdropdown-js.html' %}#} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %}