{% load i18n sizeformat parse_date %} {% load url from future %}

{% trans "Volume Snapshot Overview" %}

{% trans "Information" %}


{% trans "Name" %}
{{ snapshot.name }}
{% trans "ID" %}
{{ snapshot.id }}
{% if snapshot.description %}
{% trans "Description" %}
{{ snapshot.description }}
{% endif %}
{% trans "Status" %}
{{ snapshot.status|capfirst }}
{% trans "Volume" %}
{{ volume.name }}

{% trans "Specs" %}


{% trans "Size" %}
{{ snapshot.size }} {% trans "GB" %}
{% trans "Created" %}
{{ snapshot.created_at|parse_date }}