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

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

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