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

{% trans "Contracts" %}

{% if perms.payroll.add_contract %}
{% trans "Create" %}
{% endif %}
Page not found. 404.

{% trans "No Records found." %}

{% trans "There have been no contracts signed." %}

{% endblock content %}