{% extends "bootstrap/base.html" %} {% import "macros.html" as macros %} {% block title %}Mailu setup{% endblock %} {% block content %}

Mailu configuration

Version

{% if version != stable_version %} {% call macros.panel("danger", "You have not selected the stable version") %} You have not selected the stable version. The stable version is {{ stable_version }}. The selected version can be used for testing and reporting bugs. For production scenarios we recommend to use the stable version. {% endcall %} {% endif %} {% block page %}{% endblock %}

{% endblock %}