{% extends CYCLOPE_DEFAULT_TEMPLATE %} {% load i18n crispy_forms_tags %} {% block content%}

{% trans "Registration" %}

{% trans "Please fill in your user profile data" %}

{% crispy form %}
{% endblock %}