{# This file is part of INGInious. See the LICENSE and the COPYRIGHTS files for #} {# more information about the licensing of this file. #} {% extends "layout.html" %} {% block title %} {{ _("Register") }} {% endblock %} {% block content %} {% if error %}
{{ msg }}
{% elif msg %}
{{ msg }}
{% endif %} {% if reset is none %}

{{ _("Register in INGInious") }}

{% if is_tos_defined %}
{{ _("I have read the {a1start}Terms of service{a1end} and the {a2start}Privacy policy{a2end}.").format(a1start='', a1end='', a2start='', a2end='') | safe }}
{% endif %}

{{_("Lost password ?")}}


{% else %}

{{ _("Set new password for {} [{}]".format(reset["realname"],reset["username"])) }}

{% endif %} {% endblock %}