{% extends "page.html" %} {% from "macros/task_state.html" import task_state %} {% block content -%} {%- for alias, _ in ranking|dictsort(by="value") %} {%- set state = core.states[alias] %} {%- if mode == "full" or not state.completed %}
{{ task_state(core, alias, state, labeling) }}
{%- endif %} {%- endfor %} {%- endblock %}