{% extends 'generic/object_edit.html' %} {% load form_helpers %} {% block title %} Replace failed device ({{failed}}) with inventory device {% endblock %} {% block form %}
Replace failed device ({{failed}}) with inventory device

Replaces a failed device with an inventory device. Places the failed device in the location of the inventory device afterwards.

{% render_field form.inventory %}
{% endblock %} {% block buttons %} Cancel {% endblock %}