{% extends 'nova/base.html' %} {% load i18n %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Images & Snapshots") %} {% endblock page_header %} {% block dash_main %} {% if images %} {% include 'nova/images_and_snapshots/images/_list.html' %} {% else %}

{% trans "Info: "%}{% trans "There are currently no images."%}

{% endif %} {% if snapshots %} {% include 'nova/images_and_snapshots/snapshots/_list.html' %} {% else %}

{% trans "Info: "%}{% trans "There are currently no snapshots. You can create snapshots from running instances."%}

{% trans "View Running Instances" %}
{% endif %} {% endblock %}