{% load i18n %}
System:
{{ instance.system }}
Description:
{{ instance.description }}

{% trans "Expiration" %} {% if instance.is_expiring %}{% endif %} {% trans "renew" %}

{% trans "Suspended at:" %}
{{ instance.time_of_suspend|timeuntil }}
{% trans "Destroyed at:" %}
{{ instance.time_of_delete|timeuntil }}
{% trans "Tags" %}
{% if instance.tags.all %} {% for t in instance.tags.all %}
{{ t }}
{% endfor %} {% else %} No tag added! {% endif %}
{% csrf_token %}
{% if graphite_enabled %} {% endif %}