{% extends 'settings.html' %} {% load i18n %} {% block settings %} {% load static %}
{% if perms.horilla_audit.view_audittag %}

{% trans "History Tags" %}

{% if perms.horilla_audit.add_audittag %} {% endif %}
{% if audittags %} {% include 'base/audit_tag/audit_tag_view.html' %} {% else %}
Page not found. 404.
{% trans "There is no history tags at this moment." %}
{% endif %} {% endif %}
{% endblock settings %}