{% load i18n %} {% load chart_helpers %}

{% trans 'Top 5 Nodes' %} ({{ top_5.label }}):

{% if top_5.data %} {% for d in top_5.data %} {% endfor %}
{{ d.node_uuid|truncatechars:6 }} {{ d.value}} {{ top_5.unit }} {%if d.direction %} {% endif %}
{% else %} {% trans 'No data available.' %} {% endif %}