{% extends "spider_base/protections/base.html" %} {% load spider_protections i18n spider_rdf %} {% block extrahead %} {# don't render super (contains "media" variable) #} {% extract_protections "protections" as protections %} {{protections.media|safe}} {% endblock %} {% block main_classes %}{{block.super}} color-front-{{uc.untrusted_strength}}{% endblock %} {% block body_class %}{{block.super}} color-back-{{uc.untrusted_strength}}{% endblock %} {% block content %} {% extract_protections "protections" as protections %}
{# fieldsets don't allow horizontal scrolling #}

{% trans 'Authenticate' %}

{% for prot in protections %} {% include "spider_base/protections/protection_item.html" with prot=prot %} {% empty %}
{% endblock %}