{% extends "adagios_standard.html" %} {% block title %}Bulk edit{% endblock %} {% block smallheader %}add{% endblock %} {% block largeheader %}to {{ group_type }}{% endblock %} {% block nav1 %}Object Browser{% endblock %} {% block content %}

You are about to add {{ objects|length }} objects to a {{ group_type }} named:

{% csrf_token %}
{% for obj in objects %} {% endfor %}
Object Type Description Status
{{ obj.object_type }} {{ obj.description }}
{% endblock %} {% block footer %} {{ block.super }} {% endblock %}