{% for item in ['title', 'categories', 'slug'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in form.tags %}
{{ item.vars.data.label }}
{{ form_row(item.label) }}
{{ form_rest(item) }}
{% endfor %}
{{ 'Nouveau tag'|trans }}
{% for item in ['content'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in ['isQuick', 'quickUrl', 'quickImage', 'quickVideo'] %}
{{ form_row(form[item]) }}
{% endfor %} {% for item in ['quickVideoWidth', 'quickVideoHeight'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in ['notebook'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in ['image', 'status', 'contentFormat', 'publishedAt'] %}
{{ form_row(form[item]) }}
{% endfor %}