{% extends "serviceform/participation/participation_flow_base.html" %} {% load i18n crispy_forms_tags %} {%block content %} {{ block.super}}
{% if participant.is_updating %}
  • {% trans "You can delete your participation from the system by clicking"%} {% trans "here"%}.
  • {% trans "Otherwise, please check if the information is correct and update it if necessary. " %} {% else %} {% trans "Please fill in your contact details"%} {% endif %}
  • {% crispy form %} {% endblock%}