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

8 lines
219 B
Twig

{% include "forms/inputs/abstract/name.html.twig" with
{
"type" : "role",
"current_value" : role.name,
"placeholder" : translate('ROLE.NAME_EXPLAIN'),
"col_width" : col_width
}
%}