{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}edit_sensorgroup_form{% endblock %} {% block form_action %}{% url 'horizon:admin:inventory:editsensorgroup' host_id sensorgroup_id %}{% endblock %} {% block modal-header %}{% trans "Edit SensorGroup" %}{% endblock %} {% block modal-body %}
{% trans "From here you can update the configuration of the current sensorgroup." %}