{% extends "base.html" %} {% block title %}{{ lang.menu_links.versions.h2 }} {{ lang.words[service] }}{% endblock %} {% block h2 %}{{ lang.menu_links.versions.h2 }} {{ lang.words[service] }}{% endblock %} {% block content %}

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

{% if not aftersave %} {% if stderr %} {% include 'include/errors.html' %} {% endif %} {% endif %} {% if open %}
{% endif %} {% if aftersave %}
{{lang.phrases.version_has_been_uploaded}}: {{ configver }}
{% if 'is valid' not in stderr %} {% include 'include/errors.html' %} {% else %}
{{lang.words.config|title()}} {{lang.words.is}} {{lang.words.valid}}
{% endif %} {% endif %}
{% endblock %}