{% if object.groups %} {% endif %} {% if object.public_permissions %} {% endif %}
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 %}
Groups {% for group in object.groups.all %}{{ group }}  {% endfor %}
Permissions {% for permission in object.public_permissions.all %}{{ permission }}  {% endfor %}
Created At {{ object.created_at }}
Updated At {{ object.updated_at }}