{% extends "registration/base.html" %} {% load i18n static spider_protections spider_rdf %} {% extract_protections "protections" as protections %} {% block main_attributes %}{{block.super}} prefix="spkc: {% spkc_namespace %} xsd: http://www.w3.org/2001/XMLSchema#" resource="{{hostpart}}{{ request.path }}"{% endblock %} {% block content %}

Login

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

{% trans 'Authenticate with' %}

{% extract_protections "protections" as protections %} {% for prot in protections %} {% include "spider_base/protections/protection_item.html" with prot=prot %} {% endfor %}

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