{% extends "base.html" %} {% block html_title %}Volume list{% endblock %} {% block page_title %}Volume list{% endblock %} {% block content %} {% if object_list %}
No volumes discovered. Make sure that you run this application on MDC and have xsanio_backend launched in the background.
{% endif %} {% endblock %}