{% trans "Ubuntu LoCo Venues" %}
{% if user.is_authenticated %} {% endif %} {% if venue_list %}{% trans "Select a Venue below to see more information about it:" %}
{% regroup venue_list by country as venue_country_list %} {% for country in venue_country_list %}{{ country.grouper }}
-
{% for venue in country.list %}
- {{ venue.name }}{% if venue.city %}, {{ venue.city }}{% endif %} {% endfor %}
{% endfor %} {% else %}
{% trans "There are currently no LoCo Venues :(" %}
{% endif %}