{% extends "serviceform/participation/login_base.html" %} {% load i18n crispy_forms_tags %} {% block login-content %} {% if service_form.password %}

{% trans "If this is the first time you fill this form, you need a password to continue" %}.

{% endif %} {% if service_form.login_text %}

{{ service_form.login_text }}

{% endif %} {% crispy password_form %} {% endblock %}