Files
sprinkle-uf-tweaks/templates/forms/partials/input-role-name.html.twig

10 lines
270 B
Twig

{% block input_role_name %}
{% include "forms/partials/abstract/input-name.html.twig" with
{
"type" : "role",
"current_value" : role.name,
"placeholder" : translate('ROLE.NAME_EXPLAIN'),
"col_width" : col_width
}
%}
{% endblock %}