11 lines
322 B
Twig
11 lines
322 B
Twig
{% block input_group_name %}
|
|
{% include "forms/partials/abstract/input-name.html.twig" with
|
|
{
|
|
"type" : "group",
|
|
"current_value" : group.name,
|
|
"field_name" : translate('GROUP.NAME'),
|
|
"placeholder" : translate('GROUP.NAME_EXPLAIN'),
|
|
"col_width" : col_width
|
|
}
|
|
%}
|
|
{% endblock %} |