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

Technicien index

{% for technicien in techniciens %} {% else %} {% endfor %}
Id Username Roles Password actions
{{ technicien.id }} {{ technicien.username }} {{ technicien.roles ? technicien.roles|json_encode : '' }} {{ technicien.password }} show edit
no records found
Create new {% endblock %}