{% extends "base.html" %} {% set service_name = service.name %} {% block title %}{% trans %}New profile{% endtrans %}{% endblock %} {% block subtitle %} {% trans service_name %}for the service {{ service_name }}{% endtrans %} {% if create_for %}{% trans %}and user{% endtrans %} {{ user.username }}{% endif %} {% endblock %} {% block content %} {% call macros.help(_("Create a new profile"), auto=utils.display_help("main")) %}
{% trans %}You are about to create your first profile.{% endtrans %}
{% trans %}Please choose a username wisely, you will not be able to change it later. You may pick anything that is valid for the service, as long as it is available.{% endtrans %}
{% trans %}If your profile request is submitted for validation, please add a useful comment that will help us validate (describe shortly what your profile is for or why you need one).{% endtrans %}
{% endcall %} {{ macros.form(form) }} {% endblock %}