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