{% extends 'layout.html' %} {% set username = None %} {% block title %} {% trans %}Sign in{% endtrans %} {% endblock %} {% block body %}

{% if header_name != 'Rdiffweb' %} {{ header_name }} {% else %} {{ header_name }} {% endif %}

{% if welcome_msg %} {% autoescape false %} {{ welcome_msg }} {% endautoescape %} {% else %} {% trans %}A simplified backup management software for quick access to your archives through an efficient web interface.{% endtrans %}

{% trans %}website{% endtrans %}{% trans %}community{% endtrans %} {% endif %}

{% block content %}

{% trans %}Welcome back{% endtrans %}

{% include 'message.html' %} {{ form }}
{% endblock content %} {% endblock body %}