- -
-
- {{ w.createdAt|format_date('long') }}
-
-
- {{ 'accompanying_course_work.create_date'|trans }}
-
-
-
{{ w.startDate|format_date('long') }}
@@ -36,6 +28,11 @@
{{ 'accompanying_course_work.start_date'|trans }}
+ {% if w.endDate == null %}
+ -
+
+
+ {% else %}
-
{{ w.endDate|format_date('long') }}
@@ -44,6 +41,7 @@
{{ 'accompanying_course_work.end_date'|trans }}
+ {% endif %}