{% extends 'inactivity/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %} {% if not has_policies %} {% endif %}
{% translate "Notified" %} {% translate "User" %} {% translate "Last login" %} {% translate "Policy" %}
{% endblock %} {% block extra_javascript %} {% include "bundles/datatables-js-bs5.html" %} {% include "bundles/filterdropdown-js.html" %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css-bs5.html' %} {% endblock %} {% block extra_script %} {% endblock %}