{% extends "core/base.html" %} {% block section_title %}{{ group }}{% endblock %} {% block content %}

Description

{{ group.description }}

Customer: {{ group.customer }}

{% for user in users %} {% endfor %}
User
{{ user }}
{% if groups %} {% for group in groups %} {% endfor %}
Group Name Address
{{ group.name }} {{ group.mail_address }}
{% endif %}
{% endblock %}