{% extends "base.html" %} {% load i18n plmapp_tags %} {% block content %}

{% with link.child as c %} {% blocktrans with c.type as type and c.reference as reference and c.revision as revision and c.name as name %} Select a part to replace the part {{type }} // {{ reference }} // {{revision }} // {{ name }}. {% endblocktrans %} {% endwith %}

{% with replace_child_form as form %} {% include "snippets/undo_form.html" %} {% endwith %} {% endblock %}