{% extends "package/edit_base.html" %} {% block subtitle -%} {{- ui.subtitle_item(_('Edit Collaborator') if user else _('Add Collaborator')) }} {{- super() }} {%- endblock %} {%- block content_action -%} {{ ui.content_action(_('Back to all collaborators'), href=h.url_for('dataset.collaborators_read', id=pkg_dict.name), style="secondary", icon="arrow-left") }} {{ super() }} {%- endblock %} {% block primary_content_inner %}
{{ _('If you wish to add an existing user, search for their username below.') }}
{% endif %}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 %} {%- endcall %} {% endblock %}