{% extends 'index.html' %} {% load i18n %} {% block content %} {% load static %} {% load attendancefilters %}
{% trans "Today's Attendances" %}
{{marked_attendances_ratio}}%
{% comment %} {{marked_attendances}}/{{expected_attendances}} {% endcomment %}
{% trans "On Time" %}
{{on_time}}
{% comment %} {{on_time_ratio}}% {% endcomment %}
{% if late_come_early_out_tracking %}
{% trans "Late Come" %}
{{late_come}}
{% endif %}
{% trans "Attendance Analytic" %}
{% trans 'Offline Employees' %}
{% trans "Hours Chart" %}
{% trans "On Break" %}
{% trans "Overtime To Approve" %}
{% trans "Attendance To Validate" %}
{% trans "Department Overtime Chart" %}
{% endblock content %}