{% extends "base.html" %} {% load url %} {% load guardian_tags %} {% load bleach %} {% load profiles %} {% load meta_attr %} {% load crispy_forms_tags %} {% load static %} {% block title %} {{ object.title }} - {{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block sidebar %} {% get_obj_perms request.user for object as "object_perms" %}{% if object.public %} This {{ object|meta_attr:'verbose_name' }} is visible to the public, {% if object.access_request_handling != 'ACCEPT_ALL' %} however, users will need to request access, which you will need to approve {% if object.access_request_handling == 'ACCEPT_VERIFIED_USERS' %} (unless they are verified) {% endif %} before they can view this {{ object|meta_attr:'verbose_name' }}. {% else %} and users' access requests will be accepted automatically. {% endif %} {% else %} Only users that you add to the users group will be able to view this {{ object|meta_attr:'verbose_name' }}. {% endif %} This {{ object|meta_attr:'verbose_name' }} uses {{ object.workstation.title }} {% if object.workstation_config %} with configuration {{ object.workstation_config.title }}. {% else %} with its default configuration. {% endif %}
{% endif %}The following users are able to edit, view all items, download all items and upload new items to this {{ object|meta_attr:'verbose_name' }}:
{% url 'archives:editors-update' slug=object.slug as edit_url %} {% include "groups/partials/user_list.html" with edit_url=edit_url form=editor_remove_form users=object.editors_group.user_set.all %}The following users are able to view all items, download all items and upload new items to this {{ object|meta_attr:'verbose_name' }}:
{% url 'archives:uploaders-update' slug=object.slug as edit_url %} {% include "groups/partials/user_list.html" with edit_url=edit_url form=uploader_remove_form users=object.uploaders_group.user_set.all %}The following users are able to view and download all items belonging to this {{ object|meta_attr:'verbose_name' }}:
{% url 'archives:users-update' slug=object.slug as edit_url %} {% include "groups/partials/user_list.html" with edit_url=edit_url form=user_remove_form users=object.users_group.user_set.all %}Download CSV snapshots of the archive here.
{% for offset in offsets %}Archive Images ({{ offset|add:1 }} to {{ offset|add:limit }})
{% endfor %}