Newer
Older
activity-manager / templates / _includes / html / genericForm.html.twig
@Kilian Riou Kilian Riou on 23 Feb 2021 177 bytes Add workspace form
{% if form.template is null %}
{{ form_start(form.formView) }}
{{ form_end(form.formView) }}
{% else %}
{% include form.template with {'form': form.formView} only %}
{% endif %}