{% extends "layout.html" %} {% load i18n %} {% block title %}{% trans "Are You Human?" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Are You Human?" %}
  • {% endblock %} {% block content %} {% include "core/xhr_captcha.html" %} {% endblock content %}