{% for row in queryset %} {# actions #} {% endfor %}
Title Author Scope Groups Permissions Attached To Content Updated At Actions
{{ row.title }} {{ row.author }} {{ row.scope }} {% for group in row.groups.all %}{{ group }}  {% endfor %} {% for permission in row.public_permissions.all %}{{ permission }}  {% endfor %} {{ row.content_type }}{% if row.object_repr %}: {{ row.object_repr }}{% endif %} {{ row.content }} {{ row.updated_at }}