{% load i18n %}
System:
{{ instance.system }}
Description:
{{ instance.description }}
{% 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 %}