{% trans count=event_vc_rooms|length -%}
Videoconference
{%- pluralize -%}
Videoconferences
{%- endtrans %}
{% if event_vc_rooms|length == 1 %}
{%- trans %}There is a videoconference for this event.{% endtrans -%}
{% endif %}