{% extends 'base.html.twig' %} {% set activeFacecheck = app_twig.getSetting('facecheck') %} {% set ajaxEmployeesFilter = (app_twig.getSetting('tokenFiltred','boolean') in [1,"1","true"])?true:false %} {% block body %}
{% set activeEmployees = app_twig.getActiveEmployees() %} {% if ajaxEmployeesFilter %} {% include 'frontend/clock/partials/menus_simple.html.twig' %} {% else %} {% include 'frontend/clock/partials/menus.html.twig' with {'activeEmployees': activeEmployees,'activeFacecheck': activeFacecheck } %} {% endif %}
{% if ajaxEmployeesFilter %}

Empleados (0)

{% else %} {% if device is defined and device is not empty %}

{{ device.name|upper }} ({{ activeEmployees|length }})

{% else %}

Empleados ({{ activeEmployees|length }})

{% endif %} {% endif %}

{% if app_twig.getSetting('staffchecks') in [1,"1","true"]%} Registros Anteriores {% endif %} {% if activeFacecheck %} {% endif %}
Usuario y/o contraseƱa incorrectas.
{% if activeFacecheck %} {% include 'frontend/clock/partials/facejs.html.twig' %} {% endif %} {% endblock %} {% block stylesheets %} {% include 'frontend/clock/partials/css.html.twig' %} {% endblock %} {% block javascripts %} {% include 'frontend/clock/partials/js.html.twig' %} {% if ajaxEmployeesFilter %} {% endif %} {% endblock %}