{% load i18n %} {% load url from future %} {% load horizon %}

{% trans "Deployment Roles" %}

{% trans "System Load in Last Hour" %}
{% for role in roles %}
{{ role.deployed_node_count }}
{{ role.name|capfirst }}
{% if role.graph_url %} {% include "infrastructure/_performance_chart.html" with url=role.graph_url %} {% else %} {% trans "Metering service disabled" %} {% endif %}
{% endfor %}