{% 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.html' %} {% endblock %} {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% endblock %} {% block extra_script %} {% endblock %}