{% extends 'base_admin.html.twig' %} {% block title %}Liste des attributs{% endblock %} {% block body %}
Id | Name | Description | State | Type | Ajouter |
---|---|---|---|---|---|
{{ attribute.id }} | {{ attribute.name }} | {{ attribute.description }} | {{ attribute.state ? 'Yes' : 'No' }} | {{ attribute.type }} | |
no records found |