{% comment %} {% load url from future %} {% endcomment %}
{% for instance in instances %} {%if not forloop.last %} {% endif %} {% endfor %}
 

Instance: {{instance.name}}

{% if instance.status.info %} {% endif %}
Status : {% if instance.status.running %} Running. {% else %} Running. {% endif %}
Lastcheck : {{ instance.status.checktime }}
Info :
  {% if instance.graphs %} {% for graph_url in instance.graphs %}


{% endfor %} {% else %}

Unable to produce graphs with statistic data

{% endif %}