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

{% blocktrans %}If you have filled this form already in the past, please give your email below so we can send you a personal link to update your participation information. {% endblocktrans %}

{% crispy email_form %} {% endblock %}