{% extends "ddm/public/base.html" %} {% load static i18n %} {% block content %}
{% if object.intro_text == None %}

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

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

{% else %} {{ object.intro_text | safe }} {% endif %}
{% csrf_token %}
{% endblock content %}