Files
sprinkle-organisations/templates/forms/inputs/organisation-name.html.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
}
%}