{% load i18n %} {% for component, component_instance, component_form in components %}

{{ component.heading }}

{% if component.help_text %}

{{ component.help_text }}

{% endif %} {% if not component.required %} {% endif %}
{% endfor %}