{% extends "base.html" %} {% set service_name = service.name %} {% block title %}{% trans %}Sign-up{% endtrans %}{% endblock %} {% block subtitle %}{% trans service_name %}for the service {{ service_name }}{% endtrans %}{% endblock %} {% block content %}

{% trans service_name %}Your are about to sign up for {{ service_name }}{% endtrans %}.

{{ macros.form(form) }} {% call macros.help(_("The service that does not support profiles"), auto=utils.display_help("main")) %}

{% trans %}The service does not support profiles as alternate identities. You will thus simply need to signup.{% endtrans %}

{% trans %}The service will be able to access your current Hiboo username.{% endtrans %}

{% trans %}Depending on your settings, the service might also be able to send you notifications. Hiboo will not directly communicate your email address or any notification destination to the service, but opaque identifiers instead. Thus, you can set your notifications preferences at anytime directly in Hiboo settings.{% endtrans %}

{% endcall %} {% endblock %}