{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {# reCAPTCHA API #} {% if recaptcha_site_key %} {% endif %}
{% csrf_token %} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {{ form.non_field_errors }}
{% for field in form.visible_fields %}
{{ field.errors }}
{{ field.label_tag }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %} {# reCAPTCHA input #} {% if recaptcha_site_key %} {% else %} {% endif %}
{% if recaptcha_site_key %} {% endif %}