{% extends "base.html" %} {% load i18n baseurl %} {% block title %}{% trans "Are You Human?" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Are You Human?" %}
  • {% endblock %} {% block content %} {% include "captcha-xhr.html" %} {% endblock content %}