{% extends "admin/base.html" %} {% import 'macros/form.html' as form %} {% set user = c.user_dict %} {% block primary_content_inner %}
{{ _('User') }} |
---|
{{ h.linked_user(user_dict['id'], maxlength=20) }} {% set locale = h.dump_json({'content': _('Are you sure you want to remove this user from the Showcase Admin list?')}) %} |
{{ _('There are currently no Showcase Admins.') }}
{% endif %} {% endblock %} {% block secondary_content %} {{ super() }}Showcase Admin: Can create and remove showcases. Can add and remove datasets from showcases.
{% endtrans %}