{% extends "base_content.html" %} {% load i18n %} {% block title %}{% spaceless %}{% trans "Please prove that you are a Human Being" %}{% endspaceless %}{% endblock %} {% block content %} {% comment %} this form is set up to be used in wizards {% endcomment %}
{% csrf_token %}
{{form}}
{{ previous_fields|safe }}
{% endblock %}