{% load i18n %} {% load icons %}
{% trans "This may take more than an hour, depending on how much content is on your droplet and how large the disk is." %}
{% else %}{% trans "To take a snapshot please Power Off the instance." %}
{% endif %}{% 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 %}