{% from 'vc/list_vc_rooms.html' import render_vc_rooms_list %}

{% trans %}Videoconference Rooms{% endtrans %}

{% if event_vc_rooms and vc_plugins_available %} {{ render_vc_rooms_list(event, event_vc_rooms, linked_to) }} {% else %}
{% trans %}There are no bookings associated with this event.{% endtrans %}
{% endif %}