{% trans "Ubuntu LoCo Venues" %}
{% if user.is_authenticated %} {% endif %} {% if venue_list %}{% trans "Select a Venue below to see more information about it:" %}
|
{% trans "There are currently no LoCo Venues :(" %}
{% endif %}{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Ubuntu LoCo Venue List" %}{% endblock %} {% block content %}
{% trans "Select a Venue below to see more information about it:" %}
|
{% trans "There are currently no LoCo Venues :(" %}
{% endif %}