{% extends "adagios_standard.html" %} {% block title %}Bulk copy{% endblock %} {% block smallheader %}copy{% endblock %} {% block largeheader %}objects{% endblock %} {% block nav1 %}Object Browser{% endblock %} {% block footer %} {% endblock %} {% block content %}

You are about to copy multible objects

Fill in Attribue Name and New Value and they will be changed on all selected items. If object does not currently have this value defined it will be added anyway.

{% csrf_token %}
{% include "bootstrap_fields.html" with fields=form %} {% for obj in objects %} {% endfor %}
Object Type Description Filename
{{ obj.object_type }} {{ obj.description }} {{ obj.filename }}

{% endblock %}