{% extends 'generic/object_edit.html' %} {% load form_helpers %} {% block title %} Replace failed device ({{failed}}) with inventory device {% endblock %} {% block form %}
Replaces a failed device with an inventory device. Places the failed device in the location of the inventory device afterwards.
{% render_field form.inventory %}