{% if 'DRAFT' == accompanyingCourse.getStep() %}
Brouillon
{% else %}
{{ 'Started on %date%'|trans({'%date%': accompanyingCourse.openingDate|format_date('short') } ) }}
{% if accompanyingCourse.user is not null %}
par {{ accompanyingCourse.user.username }}
{% endif %}
{% endif %}