{% extends 'safety/policy.html' %} {% block toolbar_bypass %}class="active"{%endblock%} {% block policy_content %}
{% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error|escape }} {% endfor %}
{% endif %}
{% csrf_token %}
{{form.bypass_duration}} {% if form.bypass_duration.errors %} {{form.bypass_duration.errors|striptags}} {% else %} Specify the number of minutes the bypass is active. Default value is 60 minutes. Block page for a bypassed site will be shown to the user again after this period elapses. {%endif%}
Click here to list available bypass tokens or generate a new one.





{% endblock %}