{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Save Quick Test" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Save Quick Test") %}
{% endblock page_header %}
{% block main %}
{% include 'project/connections/reachability_tests/_save.html' %}
{% endblock %}