{% set actions = ['save'] %}
{% if id is not null %}
{% set actions = ['update'] %}
{% endif %}
{% set form = form('cats','category').entry(id).actions(actions).get() %}
{{ form_open({
'class': 'form ' ~ form.options.class ,
'enctype': 'multipart/form-data',
})|raw }}