{% load i18n %} {% if meter_conf %}
{% trans "From" %}
{% trans "To" %}
{% for meter_label, url_part, y_max in meter_conf %}
{% include "infra_optim/_performance_chart.html" with label=meter_label y_max=y_max url=node_perf_url|add:"?"|add:url_part only %}
{% endfor %}
{% else %}

{% trans 'Metering service is not enabled.' %}

{% endif %}