{% extends "base.html" %} {% block content %} {% if selects|length == 0 %} {% include 'include/getstarted.html' %} {% else %}

Choose server

Back {% include 'include/select.html' %}
{% if not aftersave and not open %}
Here you can work with previous versions of {%if service == 'keepalived' %}Keepalived{%else%}HAProxy{%endif%} configs. Roll back to them, view or delete
{% endif %}

{% if aftersave %}
The following files have been deleted:
{% if stderr %} {% include 'include/errors.html' %} {% else %}
{% for f in file %} {{f}} {% endfor %}
{% endif %} {% endif %} {% if open %}

Choose old version


{% for file in return_files %} Upload
{% endfor %}

{% endif %}
{% endif %} {% endblock %}