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

Create a new KPI set

{{ alerter() }}
{% if source_name %} {% endif %}
{{ description_explanations(resource) }}
Cancel
{% endblock %}