{% load i18n %} {% load horillafilters %}
{% if employee %}
{{employee.get_full_name}} {{employee.get_job_position}} / {{employee.get_department}}
{% endif %} {% if "attendance"|app_installed %} {% comment %} -----ATTENDANCE RECORDS----- {% endcomment %}
{% csrf_token %}