{% extends "groups_manager/bootstrap3/group_entity.html" %} {% block main_content %} {% block breadcrumbs %} {{ block.super }}
  • {{ group_entity }}
  • {% endblock breadcrumbs %} {% block sidebar %} {{ block.super }} {% endblock sidebar %} {% block content %}

    {{ group_entity }}

    Details

    Label {{ group_entity.label }}
    Codename {{ group_entity.codename }}

    Groups

    {% with group_entity_groups=group_entity.groups.all %} {% if group_entity_groups %} {% for group in group_entity_groups %} {% endfor %}
    Group
    {{ group.name }}
    {% else %}

    This group entity is not related to any group.

    {% endif %} {% endwith %}
    {% endblock content %} {% endblock main_content %}