{% extends "base.html" %} {% load i18n %} {% block content %}
{% trans 'Choose the type of access policy you want to create.' %}
{% trans 'Allow access to everyone without authentication.' %}
{% trans 'Select' %}{% trans 'Require authentication using specified methods or groups.' %}
{% trans 'Select' %}