{% extends "includes/crud/table_list.html" %} {% comment %} If `omit_user` is given, the username attached to the log isn't shown. This is useful when listing logs for the same user. {% endcomment %} {% load i18n %} {% load core_tags %} {% load privacy_tags %} {% load projects_tags %} {% block top_left_menu_items %} {% endblock top_left_menu_items %} {% block create_button %} {% trans "Export log" %} {% endblock %} {% block list_placeholder_icon_class %}fad fa-clipboard-list-check{% endblock %} {% block list_placeholder_header %} {% blocktrans trimmed %} The security log is currently empty. {% endblocktrans %}