{% extends "ddm/public/base.html" %} {% load static i18n %} {% block content %}
{% if briefing_error %}

{% translate "Please indicate whether you want to continue with this study." %}

{% endif %} {% if object.briefing_text == None %}

{% translate "Welcome to this study!" %}

{% translate "Please define a description and welcome text for this project in the Project Hub." %}

{% else %} {{ briefing | safe }} {% endif %}
{% csrf_token %} {% if object.briefing_consent_enabled %} {% endif %}
{% endblock content %}