{% load events_programme %} {% format_authors contribution.contributingauthor_set.all %} {{ contribution.abstract|truncatewords_html:200 }} {% with meetingroom_list=object.session.meeting_rooms.all %} {% if meetingroom_list %}

Meeting room{{ meetingroom_list|pluralize }}

{% meetingroom_cards meetingroom_list row_class='row-cols-1 row-cols-lg-2' %} {% endif %} {% endwith %}