{% extends "base.html" %} {% block title %}{% trans %}My account{% endtrans %}{% endblock %} {% block subtitle %}{% trans %}status and history{% endtrans %}{% endblock %} {% block content %}
{% trans %}This is Hiboo, our account and authentication manager.{% endtrans %}
{% trans %}Hiboo is designed so you only have to remember one password and can use your many accounts on every application associated with it.{% endtrans %}
{% trans %}If you wish to sign into one of the applications, simply open your browser and go to the application: you will automatically be redirected back to Hiboo and will be able to pick the profile you desire.{% 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 %} {% endblock %}