{% extends 'dash_base.html' %} {% block sidebar %} {% with current_sidebar="snapshots" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% url dash_snapshots request.user.tenant as refresh_link %} {# to make searchable false, just remove it from the include statement #} {% include "_page_header.html" with title="Snapshots" refresh_link=refresh_link searchable="true" %} {% endblock page_header %} {% block dash_main %} {% if images %} {% include '_image_list.html' %} {% else %}

Info

There are currently no snapshots. You can create snapshots from running instances. View Running Instances >>

{% endif %} {% endblock %}