{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}execute_audit_form{% endblock %} {% block form_action %}{% url 'horizon:tionix:balancing:aggregates:execute_audit' aggregate_id %}{% endblock %} {% block modal-body %} {% blocktrans %}You have selected: "{{ aggregate_name }}". Please confirm your selection. This action cannot be undone. {% endblocktrans%}
{% endblock %}