{% extends 'base.html' %} {% load filter_tags %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" data-usergroup-id="{{ usergroup.id }}" {% endblock %} {% block title %} | Project: {{ project.name }} - User group: {{ usergroup.name }} - Data{% endblock %} {% block main %}
The project is locked, therefore user group data cannot be edited. If you wish to edit it, you have to unlock the project in the project settings first.
The project has no categories, therefore subset data cannot be edited. If you wish to edit it, you have to create a new category first.
This project is public, therefore all data of the project is public too. To restrict access make the project private under project settings first.