Files
sprinkle-organisations/templates/forms/inputs/organisation-description.html.twig

7 lines
204 B
Twig

{% include "@uf-tweaks/forms/inputs/abstract/description.html.twig" with
{
"type" : "organisation",
"current_value" : organisation.description,
"col_width" : col_width
}
%}