9 lines
235 B
Twig
9 lines
235 B
Twig
{% block input_role_description %}
|
|
{% include "forms/partials/abstract/input-description.html.twig" with
|
|
{
|
|
"type" : "role",
|
|
"current_value" : role.description,
|
|
"col_width" : col_width
|
|
}
|
|
%}
|
|
{% endblock %} |