8 lines
245 B
Twig
8 lines
245 B
Twig
{% include "@uf-tweaks/forms/inputs/abstract/name.html.twig" with
|
|
{
|
|
"type" : "organisation",
|
|
"current_value" : organisation.name,
|
|
"field_name" : translate('ORGANISATION.NAME'),
|
|
"col_width" : col_width
|
|
}
|
|
%} |