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

Manage weight sets

{{ alerter() }}
{% if source_name %} {% endif %}
{% if weight_sets %}
{% endif %} {% if weight_sets|count > 1 or pattern %}
{% endif %}
{% if weight_sets %}
{% if source_name %} {% endif %} {% for set in weight_sets|sort(attribute='name') %} {% endfor %}
Weight set name
{{ set.name }}
{% else %}

No weight sets found.

{% endif %}
{% endblock %}