{% extends "base.html" %} {% block title %}{% trans %}Sign in{% endtrans %}{% endblock %} {% block subtitle %}{% trans %}to access your account{% endtrans %}{% endblock %} {% block content %} {% call macros.help(_("Authentication manager"), auto=utils.display_help("main")) %}

{% trans %}You were directed here for authentication. This is our account manager, designed so you only have to remember one password and authenticate once.{% endtrans %}

{% trans %}It handles accounts for our applications and allows you to own and use multiple profiles on each application.{% endtrans %}

{% trans %}If you are seing this page for the first time, then you must first create your master account and password: please click the "Sign up" button for this.{% endtrans %}

{% trans %}If you already have an account or when you are signed up, please sign in using the form below.{% endtrans %}

{% trans %}If you used to own an account on the application that redirected you here, do not panic: you will be able to claim it once logged in, using the "claim" button!{% endtrans %}

{% trans %}If you are having trouble, please refer to the documentation, then contact the administrator of this service directly, using the contact button in the left panel.{% endtrans %}

{% endcall %} {{ macros.form(form) }} {% endblock %} {% block actions %} {% trans %}Sign up{% endtrans %} {% endblock %}