{% extends 'layout.html' %} {% block title %} {% trans %}Login{% endtrans %} {% endblock %} {% block body %} {# Header #} {# Centered login form #} {% trans %}Connection{% endtrans %} {% trans %}Sign in{% endtrans %} {% if oauth_enabled %} {% trans %}OR{% endtrans %} {% trans %}Sign in with {{ oauth_provider_name }}{% endtrans %} {% endif %} {# Image on the left. #} {% 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 %} • {% trans %}docs{% endtrans %} {% endif %} {% endblock body %}
{% trans %}OR{% endtrans %}