{% extends 'base.html.twig' %} {% block title %}BioAuth index{% endblock %} {% block body %}

BioAuth index

{% for bio_auth in bio_auths %} {% else %} {% endfor %}
Id Identification DateCreated Status actions
{{ bio_auth.id }} {{ bio_auth.identification }} {{ bio_auth.dateCreated ? bio_auth.dateCreated|date('Y-m-d H:i:s') : '' }} {{ bio_auth.status }} show edit
no records found
Create new {% endblock %}