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