{% extends 'base_admin.html.twig' %} {% block title %}Liste des attributs{% endblock %} {% block body %}

Liste des attributs

{% for attribute in attributes %} {% else %} {% endfor %}
Id Name Description State Type Ajouter
{{ attribute.id }} {{ attribute.name }} {{ attribute.description }} {{ attribute.state ? 'Yes' : 'No' }} {{ attribute.type }}
no records found
{% endblock %}