{% load i18n %}{% load horillafilters %}
{% trans "Title" %}
{% trans "Highlight" %}
{% if perms.horilla_audit.delete_audittag or perms.horilla_audit.delete_audittag %}
{% trans "Actions" %}
{% endif %}
{% for tag in audittags %}
{{tag}}
{{tag.highlight|yes_no}}
{% if perms.horilla_audit.delete_audittag or perms.horilla_audit.delete_audittag %}
{% if perms.horilla_audit.change_audittag %} {% endif %} {% if perms.horilla_audit.delete_audittag %}
{% csrf_token %}
{% endif %}
{% endif %}
{% endfor %}