{% extends 'base.html' %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" {% endblock %} {% block title %} | Project: {{ project.name }} - User groups{% endblock %} {% block main %}
The project is locked, therefore user groups cannot be edited. If you wish to edit them, you have to unlock the project in the project settings first.
{% else %}Create user groups to grant `contribute` and `moderate` permissions to a set of users, also to grant access to subsets for private projects.
{% endif %}Administrators for the project {{ project.name }}.
{{ usergroup.description }}
{% endif %}