diff --git a/contour/templates/contour/partials/home__loop.html b/contour/templates/contour/partials/home__loop.html index 6fbc6bd35b5ecb49b9cc14315bc18b682c13396b..86f67a470069e90808d1a29446accd77b90f52a1 100644 --- a/contour/templates/contour/partials/home__loop.html +++ b/contour/templates/contour/partials/home__loop.html @@ -102,7 +102,7 @@ {{ event.event_type }} {% trans "at" %} {% if event.venue.published %}{{ event.venue }}{% else %}{{ event.venue }}{% endif %}

{{ event.project.title }}

- {% for participant in event.project|sorted_participants|slice:":5" %} + {% for participant in event.project|sorted_participants %} {% if forloop.first %}{% trans "with" %}: {% endif %}{% if participant.published %}{{ participant.name }}{% else %}{{ participant.name }}{% endif %} {% endfor %}