{% load i18n %} {% load icons %}
{% trans "This may take more than an hour, depending on how much content is on your instance and how large the disk is. It could cause web server timeout.." %}
{% trans "Choose a snapshot for restore/delete" %}
| {% trans "Name" %} | {% trans "Date" %} | {% trans "Action" %} | {% for snap in instance.snapshots %}|
|---|---|---|---|
| {{ snap.name }} | {{ snap.date|date:"M d H:i:s" }} |
{% trans "You do not have any snapshots" %}
{% endif %}