| Title |
{{ object.title }} |
| Author |
{{ object.author }} |
| Content |
{{ object.content }} |
| Scope |
{{ object.scope }} |
| Attached To |
{{ object.content_type }}{% if object.object_repr %}: {{ object.object_repr }}{% endif %} |
{% if object.groups %}
| Groups |
{% for group in object.groups.all %}{{ group }} {% endfor %} |
{% endif %}
{% if object.public_permissions %}
| Permissions |
{% for permission in object.public_permissions.all %}{{ permission }} {% endfor %} |
{% endif %}
| Created At |
{{ object.created_at }} |
| Updated At |
{{ object.updated_at }} |