{% extends "package/edit_base.html" %} {% import 'macros/form.html' as form %} {% block subtitle %}{{ _('Edit Collaborator') if user else _('Add Collaborator') }} - {{ super() }}{% endblock %} {% block primary_content_inner %} {% link_for _('Back to all collaborators'), named_route='dataset.collaborators_read', id=pkg_dict.name, class_='btn btn-default pull-right', icon='arrow-left' %}
Admin: In addition to managing the dataset, admins can add and remove collaborators from a dataset.
{% endtrans %} {% endif %} {% trans %}Editor: Editors can edit the dataset and its resources, as well accessing the dataset if private.
Member: Members can access the dataset if private, but not edit it.
{% endtrans %}