{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans 'Select Access Policy Type' %}

{% trans 'Choose the type of access policy you want to create.' %}

{% trans 'Public' %}

{% trans 'Allow access to everyone without authentication.' %}

{% trans 'Select' %}
{% trans 'Protected' %}

{% trans 'Require authentication using specified methods or groups.' %}

{% trans 'Select' %}
{% trans 'Deny' %}

{% trans 'Deny all access.' %}

{% trans 'Select' %}
{% endblock %}