{% load i18n %} {% if html_content is not None and html_content != '' %}
{{html_content|safe}}
{% else %}

{% trans 'Instructions for submission' %}

{% trans "For this part of the project, you will choose a brand or product within the travel industry (airline, hospitality, etc...), and you'll create an SEM campaign for it." %}

{% trans 'Evaluate' %}

{% endif %}