{% 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 redirected for authentication. This is our account manager, designed so you only have to authenticate once.{% endtrans %}
{% trans %}It handles accounts for our services and allows you to own multiple profiles on each service.{% endtrans %}
{% trans %}You can now sign in to your account. If you do not own one already (which is probable if this is your first time here), please sign up first.{% endtrans %}
{% trans %}If you used to have an account on the application you are authenticating for, no panic necessary: you will be able to claim it once logged into Hiboo!{% endtrans %}
{% endcall %} {{ macros.form(form) }} {% endblock %} {% block actions %} {% trans %}Sign up{% endtrans %} {% endblock %}