{% extends "permafrost/base.html" %} {% load i18n %} {% load static %} {% block content %}
{{ object.description }}
{% endif %} {% regroup permissions by content_type as content_type_list %} {% for content_type, permission_list in content_type_list %} {% cycle 'odd' 'even' as col silent %} {% if col == 'odd' %}