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

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

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

Choose old version

Select

{% endif %} {% if aftersave %}
The following version of the configuration file has been uploaded and saved as: {{ configver }}
{% if stderr %} {% include 'include/errors.html' %} {% else %}
Config is ok
Go to view stats {% endif %} {% endif %}
{% if aftersave != 1 %} {% endif %} {% endblock %}