{% load i18n %} {%load static%} {% if active_contracts %} {% if basic_pay <= 0 %}
{% trans "Basic pay not added . Please update in the active contract." %}
{% else %}
{% if request.GET.deleted %} {% endif %} {% include "generic/horilla_list.html" %}
{% endif %} {% else %}
Page not found. 404.
{% trans "This employee doesn't have an active contract. Please check the employee's contract" %}
{% comment %}
{% trans "This employee doesn't have an active contract. Please check the employee's contract" %}
{% endcomment %} {% endif %}