{% extends 'whctools/base.html' %} {% load l10n %} {% load i18n %} {% load humanize %} {% block details %} {% include 'whctools/staff/nav_pills.html' %}

Members of the "{{ acl_name }}" ACL

{% comment %} @@@ Probably would be better to move this into individual files {% endcomment %}
{% comment %} ----- ACL Content pane ----- {% endcomment %}
{{ total_chars }} total characters ({{ total_players }} people)
{% for character in characters %} {% if character.is_main %} {% else %} {% endif %} {% endfor %}
Character Main Corp Alliance Actions
{% if character.is_main %}{{character.name}} {% else %}⤷ {{character.name}} {% endif %} {% if not character.error and not character.main_in_acl %} {{character.main}} {% else %}{{character.main}} {% endif %} {{character.corp}} {{character.alliance}}Kick AllRemove Alt
{% comment %} ----- Audit Log pane ----- {% endcomment %}
{% csrf_token %}
{{ acl_history_request.date_of_change }} {% if acl_history_request.date_of_change.errors %}
{{ acl_history_request.date_of_change.errors }}
{% endif %}
{{ acl_history_request.limit }} (zero for all entries) {% if acl_history_request.limit.errors %}
{{ acl_history_request.limit.errors }}
{% endif %}
{{ acl_history_request.character_name }} (leave blank for all characters) {% if acl_history_request.character_name.errors %}
{{ acl_history_request.character_name.errors }}
{% endif %}

{% if date_selected %} {% if num_acl_changes > 0 %} {% for change in acl_changes %} {% endfor %}
Time Last Changed Name Old State New State Reason for Change
{{change.date}} {{change.name}} {{change.old_state}} {{change.new_state}} {{change.reason}}
{% else %}
No matching entries.
{% endif %} {% endif %}
{% comment %} raw text of acl dump popup {% endcomment %}
×

Copy {{ acl_name }} ACL List

{{ raw_acl_copy_text|linebreaksbr }}

{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} {% endblock %}