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

{% if header_name %}{{ header_name }}{% else %}rdiffweb{% 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 %}docs{% endtrans %}{% trans %}community{% endtrans %} {% endif %}

{% include 'message.html' %}

{% trans %}Enter your username and password to log in.{% endtrans %}

{{ form }}
{% endblock %}