{% extends 'index.html' %} {% block content %} {% load static i18n %} {% load i18n %} {% trans "Paid" %} {{paid|length}} {% trans "Confirmed" %} {{posted|length}} {% trans "Review Ongoing" %} {{review_ongoing|length}} {% trans "Draft" %} {{draft|length}} {% trans "Select Month and Year:" %} {% trans "Export" %} {% csrf_token %} {% trans "Start Date" %} {{export_form.start_date}} {% trans "End Date" %} {{export_form.end_date}} {% trans "Employee" %} {{export_form.employees}} {% trans "Status" %} {{export_form.status}} {% trans "Contributions" %} {{export_form.contributions}} {% trans "Export" %} {% 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" %} {% for employee in get_active_employees %} {% if request.user == employee.employee_user_id %} {{employee.get_full_name}} {% else %} {{employee.get_full_name}} {% endif %} {% endfor %} {% comment %} {% trans "All" %} {% for deduction in get_deductions %} {{deduction.title}} {% endfor %} {% endcomment %} {% comment %} {% endcomment %} {% trans "Contracts ending " %} {% trans "Number of contracts expiring in " %} {% trans "Department Chart" %} {% endblock content %}