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

{{ header_name }}

{% 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 %}

{% endblock content %} {% endblock body %}