{% extends 'timeseer.html' %} {% from 'macros.html' import alerter, menu_back %} {% block menu %} {{ menu_back(url_for('kpis.show_kpis', sourcename=source_name)) }} {% endblock %} {% block main %}

Create a new KPI

{{ alerter() }}
The description will appear as help text wherever the KPI is used. For maximum effect, use a one-liner with a general description, followed by a blank line, followed by longer explanation of why the KPI is important. The longer explanation can contain HTML markup.
Cancel
{% endblock %}