{% trans "Ubuntu LoCo Event Venues" %}

{% if continent_list or venues_with_country or venues_without_country %}

{% trans "Select a Venue below to see more information about it:" %}

{% if continent_list %} {% for continent in continent_list %}

{{ continent.name }}

{% endfor %} {% endif %} {% if venues_with_country %}

{% trans "Countries without Continent" %}

{% endif %} {% if venues_without_country %}

{% trans "Venues without Country" %}

{% endif %} {% else %}

{% trans "There are currently no LoCo Venues :(" %}

{% endif %}