{% extends "crud/list.html" %} {% from "macros/list.html" import filter_text, multi_dropdown %} {% set entity_name = "User Log" %} {% set no_create = true %} {% set no_delete = true %} {% block page_title %}User Log{% endblock %} {% block page_css %} {% endblock %} {% block filters_section %}
| Date | User | Action | Details | {% if is_global_admin_view %}Business Unit | {% endif %}
|---|