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

{% trans 'Protections' %}

{% for prot in protections %}

{{prot.1.auth_localize_name}}

{% render_protection prot %}
{% endfor %}
{% endblock %}