{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Bulk copy" %}{% endblock %} {% block smallheader %}{% trans "copy" %}{% endblock %} {% block largeheader %}{% trans "objects" %}{% endblock %} {% block nav1 %}{% trans "Object Browser" %}{% endblock %} {% block toolbar %}{% endblock %} {% block footer %} {% endblock %} {% block content %} {% if objects %}
{% trans "You are about to copy multiple objects" %}
{% trans "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." %}