{% extends "dansguardian/dansguardian_base.html" %} {% load i18n %} {% block title %}{{app.description}}{% endblock title %} {% block head %} {{block.super}} {% endblock head %} {% block content %}
{% if not page %}

{% trans "Content filter configuration" %}

{% blocktrans %} The content filter configuration allows to configure whitelists about websites that should not be filtered at all. {% endblocktrans %}

{% else %}

{% blocktrans with page=page %}Configuration of {{page}}{% endblocktrans %}

{% csrf_token %} {{ form.management_form }} {% for f in form %} {% for field in f %} {% endfor %} {% endfor %}
{{field.label_tag}} {{field}} {% if forloop.last %} {% endif %}
{% endif %}
{% endblock content %}