{% extends 'safety/settings/settings.html' %} {% block toolbar_bypass %}class="active"{%endblock%} {% block settings_content %}

The following list shows bypass tokens to be used for bypassing blocked pages. Administrator can designate a policy as bypassable. A blocked page in the bypassable policy can be overridden with the help of a token. The user would need to type the token into the blocked page and click Proceed to override the block.

{% csrf_token %} {% for object in object_list %} {% empty %} {% endfor %}
{{object.name|truncatechars:30}} {{object.value|truncatechars:120}} {{object.comment|truncatechars:120}}
No items found, click Add New to add a new item.
{% endblock %}