{% extends "Base.html" %} {% load ptreefilters %} {% load crispy_forms_tags %} {% block title %}Human verification test ({{ current_step }}/{{ total_steps }}){% endblock %} {% block content %}
{% csrf_token %} {{ form|crispy }} {{ captcha_html|safe }}
{% endblock %}