{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, bootstrap_icon, menu_back %} {% from 'configure.html' import configure_menu with context %} {% block menu %} {{ configure_menu('KPI sets') }} {% endblock %} {% block styles %} {% endblock %} {% block main %}

KPIs in KPI set

{{ kpi_set.name }}

{% if kpi_set.origin.value == 'ui' %} {% endif %}

Add KPI

{{ alerter() }} {% if weights_per_kpi|count > 0 %} {% if kpi_set.origin.value == 'ui' %}
{% endif %}
{% if source_name %} {% endif %} {% if kpi_set.origin.value == 'ui' %} {% endif %} {% for kpi_name, weights in weights_per_kpi|dictsort %} {% for weight in weights|sort(attribute="name") %} {% set loop_changed = loop.changed(kpi_name) %} {% if loop_changed %} {% if kpi_set.origin.value == 'ui' %} {% endif %} {% endif %} {% if weight.name is not none %} {% else %} {% endif %} {% if loop_changed %} {% endif %} {% endfor %} {% endfor %}
KPI Name Weight Favorite
{{ kpi_name|capitalize }} {{ weight.name|capitalize }} {{ weight.weight }} - -
{% else %}

KPI set empty.

{% endif %}
{% endblock %}