{% extends "aristotle_mdr/workgroup.html" %} {% load aristotle_tags i18n %} {% url 'aristotle:item' item.id %} {% block title %}{{ workgroup.name }} {% trans 'members' %}{% endblock %} {% block page %}

{{ workgroup.name }} members

{% for member in item.members.all %} {% empty %} {% endfor %}
Member Roles Manage
{% include "aristotle_mdr/users_management/helper/user_table_display.html" with user=member %} {% comment %} TODO: THIS IS SUPER INEFFICIENT AND USES NUMEROUS DATABASE CALLS BUT WORKS. PROFILE AND FIX IN THE FUTURE. {% endcomment %} {{ item|user_roles_for_group:member|join:", " }}
No members
About workgroup roles:

Above is a list of members in this workgroup, every person listed on this page can view content in this workgroup. Additional permissions are listed with each group. Permissions only apply to specific workgroup, so a user may be a manager in one group but an editor in another.
All members of a workgroup can participate in workgroup conversations.
Note: permissions are non-hierarchical, so to get all permissions a member may need to be in multiple groups.

Managers
Workgroup managers can add and remove users from a workgroup, delete workgroup conversations and retire a workgroup. They can also create metadata and edit metadata that has been not progressed to a locked state.
Stewards
Stewards are trusted editors that can create and edit content that has been progressed to a locked state {#, but cannot edit content that is public . They also have the permissions of submitters #}.

Submitters
Submitters can edit content that has not been progressed by a registrar to a locked state. They can view all content in a workgroup and can set the flag that an item is ready for review by a registrar.

Viewers
Viewers are only able to view content in a workgroup. They may also participate in workgroup conversations.

{% bootstrap_modal "wg_page_modal" %} {% endblock %}