{% load staticfiles crispy_forms_tags i18n %}
{% if form.errors %} {% endif %}

{% trans "All fields marked with an asterisk (*) are required" %}

{% if invite.get_activity_introduction %} {% if invite.get_activity_introduction.title %} {{ invite.get_activity_introduction.title | safe }} {% endif %} {{ invite.get_activity_introduction.body | safe }} {% endif %} {% crispy form %}
{% if translation.disclaimer_in_activity_step %}
{{ translation.disclaimer_text | safe }}
{% if translation.disclaimer_image %}
disclaimer
{% endif %}
{% endif %}