{% extends "admin_site.html" %} {% load i18n static iclock_tags compress %} {% block center %}
{% csrf_token %}
{#

Current Company: ZKTeco

#}
{% get_current_language as LANGUAGE_CODE %} {% if LANGUAGE_CODE == 'ar' or LANGUAGE_CODE == 'he' or LANGUAGE_CODE == 'fa' %}

{% else %}

{% endif %}
{% if software_type == 9 and not user.is_employee %}
{% trans 'current_company' %}: {{ user.get_current_company_name }}
{% endif %}
0
{% trans 'total_employees' %}
0
{% trans 'new_joinee' %} {% trans 'last7days' %}
0
{% trans 'resign' %} {% trans 'last7days' %}
0
{% trans 'total_devices' %}
0
{% trans 'Verification' %}
0
{% trans 'Present' %}
0
{% trans 'Absent' %}
0
{% trans 'late' %}
0
{% trans 'early_leave' %}
0
{% trans 'on_leave' %}
{% endblock %} {% block extension_js %} {{ block.super }} {% compress js file dashboard_js %} {% endcompress %} {% endblock %}