{{ form.title }}

{% if form.form_fields %} {{ form_open(__SELF__.getFormAttributes) }}
{% for field in form.form_fields %} {{ __SELF__.getFieldHtmlCode(field)|raw }} {% endfor %} {% if(__SELF__.settings.recaptcha_enabled) %}
{% endif %}
{{ form_close() }} {% endif %} {% if form.content %} {{ form.content |raw }} {% endif %}