{% set title = "Setup" %}
{% include 'page_start.html' %}
{% include 'nav_bar.html' %}
{% trans %}Setup rdiffweb{% endtrans %}
{% if not setup_enabled %}
{% include 'message.html'%}
{% elif completed %}
{% trans %}Congratulations, rdiffweb setup is now complete!{% endtrans %}
{% trans %}Click here{% endtrans %}
{% trans %}to log into rdiffweb using default administrator account:{% endtrans %}
{% trans %}username: {% endtrans %}{{ admin_username }}
{% trans %}password: {% endtrans %}{{ admin_password }}
{% else %}
{% if error %}
{% include 'message.html'%}
{% else %}
{% trans %}rdiffweb has not been configured, so we need to do that before logging in. Configuration will only take a few minutes.{% endtrans %}