{% extends 'index.html' %} {% block content %} {% load static %} {% load i18n %}
{% include 'biometric/nav_biometric_devices.html' %}
{% trans "Not-Connected" %} {% trans "Scheduled" %} {% trans "Live Capture" %}
{% if devices %} {% include 'biometric/card_biometric_devices.html' %} {% else %} {% include 'biometric/empty_view_biometric.html' %} {% endif %}
{% endblock %}