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

SqrDataDetail index

{% for sqr_data_detail in sqr_data_details %} {% else %} {% endfor %}
Id Cle Valeur actions
{{ sqr_data_detail.id }} {{ sqr_data_detail.cle }} {{ sqr_data_detail.valeur }} show edit
no records found
Create new {% endblock %}