{% extends load_base %} {% load i18n %} {% load gui_utils %} {% block javascript %} {% endblock %} {% block base_nav %}{% include "gui/vm/navigation.html" with li_snapshot="active" %}{% endblock %} {% block base_content %}{% with json=vm.json %} {% if can_edit %} {% endif %} {% if can_image %} {% endif %}
{% if can_edit or snapdefs %}
{% if json %}
{{ vm.alias }} › {% trans "snapshot definitions" %}
{% include "gui/vm/snapshot_define_list.html" %}
{% endif %}
{% endif %}
{% if json %}
{{ vm.alias }} › {% trans "snapshots" %}
{% include "gui/vm/snapshot_list.html" %}
{% endif %}
{% endwith %}{% endblock %}