{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% load url from future %} {% block form_id %}create_save_quick_test_form{% endblock %} {% block form_action %}{% url 'horizon:project:connections:reachability_tests:save' %}{% endblock %} {% block modal-header %}{% trans "Save Quick Test" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description" %}:

{% trans "From here you can save a quick test into a reachability test to use for testing later." %}

{% trans "Hit save to save into the reachability tests table or cancel to go the table without saving." %}

{% endblock %} {% block modal-footer %} {% trans "Cancel" %} {% endblock %}