{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans "All Locations" %}{% endblock %} {% block content %} {% include 'snippets/location_description.html' %} {% if locations %} {% include "snippets/locations_table.html" %} {% else %}
{% url 'locations:space_list' as space_list_url %} {% blocktrans %}No locations currently exist. Please create one from the spaces page.{% endblocktrans %}
{% endif %} {% endblock %}