{% extends "administration/base.html" %} {% load i18n %} {% load utils %} {% block title %} {% title %} {% endblock %} {% block content %}
{% trans 'Name' %} | {% trans 'Type' %} | ||
---|---|---|---|
{% if not policy.policymodel_set.exists %} {% else %} {% endif %} | {{ policy.name }} | {{ policy|verbose_name }} | {% trans 'Edit' %} {% trans 'Test' %} {% trans 'Delete' %} |