{% extends "registration/base.html" %} {% load i18n static spider_protections %} {% extract_protections "protections" as protections %} {% block content %}

Login

{{form.media}}
{% csrf_token %}
{% include "spider_base/base_form.html" with form=form %}

{% trans 'Authenticate with' %}

{% extract_protections "protections" as protections %}
{% for prot in protections %}

{{prot.1.auth_localize_name}}

{% render_protection prot %}
{% endfor %}

{% if OPEN_FOR_REGISTRATION %} {% trans 'No account? Signup?' %} {% endif %}
{% endblock %}