{% load i18n simpelcore_tags widget_tweaks %}
{% trans "Service Groups" %}
{% for value, text in filter.form.group.field.choices %}
{% endfor %}
{% trans "Status" %}
{% for value, text in filter.form.status.field.choices %}
{% endfor %}
{% trans "Reset" %}