{% extends 'horizon/common/_modal_form.html' %} {% load i18n %} {% load url from future %} {% block form_action %} {% url 'horizon:identity:projects:set_up_monitoring' project_id %} {% endblock %} {% block modal-body %}
{% include 'horizon/common/_form_fields.html' %}

{% trans 'Description:' %}

{% trans 'Monitoring setup' %}

{% endblock %}