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

{% trans "Leave Types" %}

{% if perms.leave.add_leavetype %}
{% endif %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "No leave types have been created yet." %}

{% endblock content %}