{% extends 'layout.html' %} {% set username = None %} {% block title %} {% trans %}Sign in{% endtrans %} {% endblock %} {% block body %}
{% 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 %}