{% extends 'common/base.html' %} {% block content %}
{% for group in object.groups.all %} {{ group.name }} {% endfor %}