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

{% trans %}You were directed to Hiboo for authentication. Hiboo is our account manager, made so you only have to remember a single password.{% endtrans %}

{% trans %}Hiboo handles accounts for our services and allows you to own multiple profiles on each service.{% endtrans %}

{% trans %}You can now sign in to your Hiboo account. If you do not own one already (which is very probable if this is your first time here), please sign up first.{% endtrans %}

{% trans %}If you already have a profile on the service 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 %}