8 lines
219 B
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
|
|
}
|
|
%} |