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

Taille d'écran

{% for taille_ecran in taille_ecrans %} {% else %} {% endfor %}
Id Size actions
{{ taille_ecran.id }} {{ taille_ecran.size }} {% if app.user.is('dev') %} Voir {% endif %} Modifier
no records found
{% include 'CRUD/taille_ecran/modal_new.html.twig' %} {% endblock %}