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

Identification index

{% for identification in identifications %} {% else %} {% endfor %}
Id Identification actions
{{ identification.id }} {{ identification.identification }} show edit
no records found
Create new {% endblock %}