{% spaceless %}{% load i18n rijkshuisstijl_filters %} {% if bound_field.field.widget.input_type == 'hidden' %} {% if disabled %} {% form_field form bound_field attrs='disabled:True' help_text_position=help_text_position %} {% else %} {% form_field form bound_field help_text_position=help_text_position %} {% endif %} {% elif bound_field %}