{% extends "base.html" %} {% block content %}

{% include 'include/select.html' %}

{% if not aftersave %} {% if stderr or error %} {% include 'include/errors.html' %} {% endif %} {% endif %} {% if open %}

Choose old version

Select

{% endif %} {% if aftersave %}
Was uploaded old version of config: {{ configver }}
{% if stderr or error %} {% include 'include/errors.html' %} {% else %}
Config is ok
Go to view stats {% endif %} {% endif %}
{% if aftersave != 1 %} {% endif %} {% endblock %}