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

Manage score weights

{{ alerter() }}
{% for weight in weights|sort(attribute='name') %} {% endfor %}
{% endblock %}