diff --git a/wafer/talks/templates/wafer.talks/talks.html b/wafer/talks/templates/wafer.talks/talks.html index 6c87c81e..0d4fe9ae 100644 --- a/wafer/talks/templates/wafer.talks/talks.html +++ b/wafer/talks/templates/wafer.talks/talks.html @@ -18,14 +18,28 @@

{% trans "Accepted Talks" %}

- {% if type %} - {{ type }} - {% else %} - {% trans "Talk" %} - {% endif %} + + {% if type %} + {{ type }} + {% else %} + {% trans "Talk" %} + {% endif %} + - {% if tracks %}{% trans "Track" %}{% endif %} - {% if languages %}{% trans "Language" %}{% endif %} + {% if tracks %} + + + {% trans "Track" %} + + + {% endif %} + {% if languages %} + + + {% trans "Language" %} + + + {% endif %} {% trans "Speakers" %} @@ -90,15 +104,15 @@

{% trans "Accepted Talks" %}