{% extends 'base_admin.html.twig' %} {% block title %}{{ attribute.name}}{% endblock %} {% block body %}

{{ attribute.name}}

Id {{ attribute.id }}
Name {{ attribute.name }}
Description {{ attribute.description }}
State {{ attribute.state ? 'Yes' : 'No' }}
Type {{ attribute.type }}
Modifier
Retour {{ include('admin/attribute/_delete_form.html.twig') }} {% endblock %}