{% extends 'settings.html' %} {% load i18n %} {% block settings %}{% load static %}

{% trans "Action Type" %}

{% if perms.employee.add_actiontype %} {% endif %}
{% if action_types %} {% include 'base/action_type/action_type_view.html' %} {% else %}
Page not found. 404.
{% trans "There is no disciplinary action type at this moment." %}
{% endif %}
{% endblock settings %}