{% extends "!page.html" %} {% block body %} {% if current_version and latest_version and current_version != latest_version %}

Version Warning

{% if current_version.name != "main" %} You're reading an old version of this documentation. Make sure you are using a Mirte {{current_version.name}}. If you want up-to-date information, please have a look at {{latest_version.name}}. {% else %} You're reading the documentation for a development version. Make sure you are using a Mirte custom build from the main branch. For the latest released version, please have a look at {{latest_version.name}}. {% endif %}

{% endif %} {{ super() }} {% endblock %}%