{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Enabled" %} | {% checkmark object.enabled %} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Content Type" %} | {{ object.content_type }} |
| {% trans "Hidden for Groups" %} | {% for group in object.groups.all %} {{ group }}{% if not forloop.last %}, {% endif %} {% empty %} {% trans "All users" %} {% endfor %} |