{% extends "spider_base/protections/base.html" %} {% load i18n static spider_paging %} {% block main_classes %}{{block.super}} color-front-{{uc.strength}}{% endblock %} {% block body_class %}{{block.super}} color-back-{{uc.strength}}{% endblock %} {% block extrahead %} {{block.super}} {% if DEBUG %} {% else %} {% endif %} {% endblock %} {% block content %}
{% csrf_token %}

{% trans 'Allow' %}:

{% if not referrer.isascii %} {% endif %} {% if "payment" in intentions %} {% endif %} {% if "live" in intentions %} {% endif %} {% if "persist" in intentions %} {% endif %} {% if "login" in intentions %} {% endif %}
{{referrer}}
{% trans 'Warning: this referrer may conceal his identity with unicode' %}
{% trans 'Warning: this referrer wants to initiate payments and/or create contracts' %}
{% trans 'This referrer applies the filter live instead of using a snapshot of ids' %}
{% trans 'This referrer wants to persist data' %}
{% trans 'Login into: ' %}{{referrer}}

{% trans 'Access to' %}:

{% for intention in intentions %} {% endfor %} {% if scope == "list" %} {% if uc.public %} {% endif %} {% for content in object_list %} {% endfor %} {% else %} {% endif %} {% for f in uc.features.all %} {% endfor %}
{% trans 'Scope' %} {% trans 'Name' %}
{% trans 'Global' %} {% if intention == "sl" %} serverless (sl) {% else %} {{intention}} {% endif %}
{% trans 'Component' %} {% trans 'Description' %}
{% trans 'Component' %} {% trans 'Name' %} ({{uc}})
{% trans 'Content' %} {{content}}
{% trans 'Content' %} {{object}}
{% trans 'Feature' %} {{f}}

{% trans 'Filter' %}

{% blocktrans trimmed %} Use ! to negate. Use !! to start a filter tag with !. Press Enter to confirm tag.
Use _ to start strict filter tag. Escape with __.
Use !_ to start negated strict filter tag. {% endblocktrans %}
{% endblock %} {% block outercontent %} {% endblock %}