diff --git a/app/templates/Talk/_common/talk_header.html.twig b/app/templates/Talk/_common/talk_header.html.twig index f11e93bc0..a10415e92 100644 --- a/app/templates/Talk/_common/talk_header.html.twig +++ b/app/templates/Talk/_common/talk_header.html.twig @@ -39,6 +39,15 @@
{{ talk.getType }} in {{ talk.language }} at {{ event.getName }}
+ {% if not talk.tracks is empty %}
+
+ Track Name:
+ {% for tracks in talk.tracks %}
+ {{ tracks.track_name }}
+ {% if not loop.last %}, {% endif %}
+ {% endfor %}
+ {% endif %}
+
{% for media in talk.talk_media %}
{% if media.slides_link is defined %}