{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_device_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:editdevice' host_id device_uuid %}{% endblock %} {% block modal-header %}{% trans "Edit Device" %}{% endblock %} {% block modal-body %}
{% trans "From here you can update the configuration of the current device." %}