From 1eae79c841c5ad76b82148dcfc4f1cf391289dd9 Mon Sep 17 00:00:00 2001 From: Scott Keck-Warren Date: Fri, 29 Sep 2023 14:17:56 +0000 Subject: [PATCH] Added track names to talk detail view --- app/templates/Talk/_common/talk_header.html.twig | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}