{% extends 'timeseer.html' %} {% from 'macros.html' import alerter %} {% from 'configure.html' import configure_menu with context %} {% block menu %} {{ configure_menu('KPIs') }} {% endblock %} {% block main %}

Configure KPI score weights

{{ kpi.name }}

{% if kpi.origin.value == 'ui' %} {% endif %}
{% if kpi.short_help_text != "" %}

{{ kpi.short_help_text }}

{% else %}

No description provided {% if kpi.origin.value == 'ui' %} (add) . {% endif %}

{% endif %}

{{ kpi.name }}

{{ kpi.short_help_text }}

{{ kpi.html_help_text|safe }}
{% if kpi.origin.value == 'ui' %}

Edit description

{% endif %}

Add score weights

{{ alerter() }} {% if weights|count > 0 %} {% if kpi.origin.value == 'ui' %}
{% endif %}
{% if source_name %} {% endif %} {% if kpi.origin.value == 'ui' %} {% endif %} {% for weight in weights|sort(attribute='name') %} {% if kpi.origin.value == 'ui' %} {% endif %} {% endfor %}
Score name Weight
{% if kpi.origin.value == 'ui' %} {% else %} {{ weight.weight }} {% endif %}
{% if kpi.origin.value == 'ui' %} {% endif %}
{% else %}

No score weights in the KPI.

{% endif %}
{% endblock %}