{% extends 'assets/base.html' %} {% load cache i18n %} {% block content %}

{{ report.name }}

{% spaceless %}
{% block collapse %} {% endblock %} {% block modes %} {% if report.with_modes %} {% endif %} {% endblock %} {% block datacenters %} {% if report.with_datacenters and mode == 'dc' %} {% endif %} {% endblock %} {% block report_content %} {% cache 3600 report cache_key %}

{% trans 'Last update:' %} {% now "SHORT_DATETIME_FORMAT" %}

{% if report.links %} {% endif %} {% for node in result %} {% with level=0 parent=0 %} {% include "assets/report_tree.html" %} {% endwith %} {% endfor %}
{% trans 'Info' %} {% trans 'Count' %}{% trans 'Link' %}
{% endcache %} {% endblock %}
{% endspaceless %} {% endblock %}