{% extends "spider_base/protections/base.html" %} {% load spider_protections i18n spider_rdf %} {% 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 %}
{% csrf_token %}

{% trans 'Protections' %}

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