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

You are about to make changes to multiple 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 %}