{% 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 for all our applications.{% endtrans %}

{% trans %}If you are seing this page for the first time, then you must first create your account and password: please click the "Sign up" button for this.{% 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 %}