{% comment %} @@@ Probably would be better to move this into individual files {% endcomment %}
{% comment %} ----- ACL Content pane ----- {% endcomment %}
{{ total_chars }} total characters ({{ total_players }} people)
{% comment %} ----- Audit Log pane ----- {% endcomment %}
{% if date_selected %}
{% if num_acl_changes > 0 %}
Time Last Changed |
Name |
Old State |
New State |
Reason for Change |
{% for change in acl_changes %}
{{change.date}}
| {{change.name}} |
{{change.old_state}} |
{{change.new_state}} |
{{change.reason}} |
{% endfor %}
{% else %}
{% endif %}
{% endif %}