{% extends "package/read_base.html" %} {% import 'macros/form.html' as form %} {% block head_extras %}{% endblock %} {% block content_primary_nav %} {{ h.build_nav_icon('dataset_read', _('Dataset'), id=c.pkg.name) }} {{ h.build_nav_icon('dataset_activity', _('Activity Stream'), id=c.pkg.name) }} {{ h.build_nav_icon('related_list', _('Related'), id=c.pkg.name) }} {% endblock %} {% block primary_content_inner %} {% block subtitle %}{{ _('Dataset title') }}: {{ c.pkg.title }}{% endblock %} {% set filtered_members = h.filter_system_users(c.members) %}
{{ _('User') }} | {{ _('Role') }} | |
---|---|---|
{{ h.linked_user(usr.user_id, maxlength=20) }} | {{ usr.role }} | {% set locale = h.dump_json({'content': _('Are you sure you want to delete this member?')}) %} |
{% trans %} Here you can add and remove editors of this dataset. You can also add and remove admins, if you have sufficient privileges. {% endtrans %}
{% trans %} If you can not find a user, most likely he or she hasn't logged in yet. Then invite him or her to use this service via email. Note, that the email is just plain email, the service doesn't provide any automation. {% endtrans %}