{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}

{% trans 'Disciplinary Actions' %}

{% if perms.employee.add_disciplinaryaction %} {% if data %}
{% endif %}
{% endif %}
{% if data %}
{% include 'disciplinary_actions/disciplinary_records.html' %}
{% else %}
Page not found. 404.
{% trans "There are currently no disciplinary actions to consider." %}
{% endif %} {% endblock %}