{% 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

{% if perms.aristotle_mdr.change_workgroup %} Add a user {% endif %}
{% for member in item.members.all %} {% empty %} {% endfor %}
Member Roles Manage
{% include "aristotle_mdr/users_management/helper/user_table_display.html" with user=member.user %} {{ member.role }}
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.

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.
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 %}