{% load i18n %} {% load icons %}
{% trans "With running machine, internal snapshots may take more than an hour, depending on how much memory has on your instance and how large the disk is." %}
{% trans "Live snapshot could cause server timeout and instance might be paused!!!" %}
{% else %}{% trans "Create an internal snapshot" %}
{% endif %}{% trans "Choose a snapshot for restore/delete" %}
{% trans "Date" %} | {% trans "Name" %} | {% trans "Description" %} | {% trans "Action" %} | {% for snap in instance.snapshots %}|
---|---|---|---|---|
{{ snap.date|date:"M d H:i:s" }} | {{ snap.name }} | {{ snap.description }} |
{% trans "You do not have any snapshots" %}
{% endif %}