{% extends "authentic2/base-page.html" %} {% load i18n %} {% load breadcrumbs %} {% block title %} {% trans "Registration" %} {% endblock %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb_url 'Register' %} {% endblock %} {% block content %} {%if users and not create %}
{% blocktrans count accounts_number=accounts|length %}An account already exists for this email. Please click on the account name to log in with.{% plural %}More accounts are associated to this email. Please choose the account you want to log in with:{% endblocktrans %}
{% trans "or" %} {% trans "create a new account" %}
{% endif %} {% else %}{% trans "Please fill the form to complete your registration" %}
{% endif %} {% endblock %}