{% spaceless %}{% load i18n rijkshuisstijl %}
<{{ tag }} class="form{% if compact %} form--compact{% endif %}{% if class %} {{ class }}{% endif %}"{% if id %} id="{{ id }}"{% endif %}{% if tag == 'form' %}{% if action %} action="{{ action }}"{% endif %} method="{{ method|default:'post' }}" enctype="{{ enctype|default:'multipart/form-data' }}"{% endif %} novalidate>
{{ form.media }}
{# Form header. #}
{% if title or subtitle or intro or wysiwyg or text %}
{{ title }}
{% endif %}
{% if subtitle %}{{ subtitle }}
{% endif %}
{% if intro or wysiwyg %}{% intro text=intro urlize=urlize wysiwyg=wysiwyg status=intro_status %}{% endif %}
{% if text %}{% textbox text=text urlize=urlize status=status %}{% endif %}
* {{ _('verplichte velden') }}
{% endif %} {# Last fieldset gets actions appended to it if actions_postion equals auto, bottom or both. #} {% if forloop.last and actions_position in 'bottom,both' %}