{% extends "base.html" %} {% load display_tags %} {% load authorization_tags %} {% block content %}
User | Role in this Group | |
---|---|---|
{{ member.user.get_full_name }} | {{ member.role }} |
Product Type | Role | |
---|---|---|
{{ product_type_group.product_type }} | {{ product_type_group.role }} |
Product | Role | |
---|---|---|
{{ product_group.product }} | {{ product_group.role }} |
Number of Users | {{ group.users.all|length }} |
Number of Product Types | {{ product_types|length }} |
Number of Products | {{ products|length }} |
Global role | {% if group.global_role.role %} {{ group.global_role.role }} {% endif %} |