{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Images & Snapshots" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Images & Snapshots") %} {% endblock page_header %} {% block main %}
{{ images_table.render }}
{{ volume_snapshots_table.render }}
{% endblock %}