{% set title = "Setup" %} {% include 'page_start.html' %} {% include 'nav_bar.html' %}

{% trans %}Setup rdiffweb{% endtrans %}

{% if not setup_enabled %} {% include 'message.html'%} {% elif completed %} {% else %} {% if error %} {% include 'message.html'%} {% else %} {% endif %}
{% endif %}
{% include 'page_start.html' %}