{% extends "base.html" %} {% block html_title %}Volume list{% endblock %} {% block page_title %}Volume list{% endblock %} {% block content %} {% if object_list %} {% else %}

No volumes discovered. Make sure that you run this application on MDC and have xsanio_backend launched in the background.

{% endif %} {% endblock %}