{% extends 'analysispage.html' %} {% block title %}Edit Collaborator{% endblock %} {% block links %} Collaborator: {{ project_collaborator.user.profile }} Project: {{ project }} {% endblock %} {% block desc %}

The form below allows you to edit permissions for this user. A collaborator can run any analysis and tag variants. A manager can do all these things, as well as modify the list collaborators on a project and edit sample metadata.

{% endblock %} {% block innercontent %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}