{% extends "base.html" %} {% load i18n %} {% block page_title %}{% blocktrans %}{{ pipeline.description }} Information{% endblocktrans %}{% endblock %} {% block content %}
{% url 'space_list' as space_list_url %} {% blocktrans %}No locations currently exist. Please create one from the spaces page.{% endblocktrans %}
{% endif %} {% endblock %}