{% extends "django_ca/admin/extensions/base/base.html" %} {% load i18n %} {% block content %} {% if extension.permitted %}{% trans "Permitted:" %} {% endif %} {% if extension.excluded %}{% trans "Excluded:" %} {% endif %} {% endblock content %}