{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %}
{% trans "Paid" %}
{{paid|length}}
{% trans "Confirmed" %}
{{posted|length}}
{% trans "Review Ongoing" %}
{% trans "Draft" %}
{% trans "Employee Payslips" %}
{% trans "Total Payslips Genarated :" %}
{% if position == "prefix" %}
{% trans "Total Amount :" %} {{currency}}
{% else %}
{% trans "Total Amount :" %} {{currency}}
{% endif %}
{% trans "Department Total Amount" %}

      {% comment %} {% endcomment %} {% trans "Employer Contributions" %}
      {% comment %} {% endcomment %}
      {% comment %} {% endcomment %}

      {% trans "Contracts ending " %}

      {% trans "Number of contracts expiring in " %}

      {% trans "Department Chart" %}
      {% endblock content %}