{% extends "revisions.html" %} {% load i18n plmapp_tags %} {% block confirmation %}

{% trans "Here is the list of parts you may want to attach to the new revision. Select parts you want to attach and validate to make a new revision." %}

{{ part_formset.management_form }} {% for form in part_formset.forms %} {{ form.plmobject_ptr }} {% with form.instance as part %} {% endwith %} {% endfor %}
{{ form.selected }} {{ part.type }} {{ part.reference }} {{ part.revision }} {{ part.name }}
{% endblock %}