{% extends "base.html" %} {% load i18n %} {% block page_name %}{% trans "Ubuntu LoCo Event Venues" %}{% endblock %} {% block sub_nav_links %}
  • {% trans "Add New Venue" %}
  • {% endblock %} {% block content %}

    {% 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 %} {% endif %} {% else %}

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

    {% endif %}
    {% endblock %}