{% extends "base.html" %} {% block scripts %} {% endblock %} {% block content %} {% set has_phases = inputs | selectattr('type', 'equalto', 'phase') | list | length == inputs | length and inputs | length > 0 %} {% set top_groups = inputs | selectattr('type', 'equalto', 'group') | list %} {% set has_top_groups = not has_phases and top_groups | length > 1 %}
{% if tool.about %}
{{ tool.about }}
{% endif %}

Click Simulate to run the tool and see results here.

{% endblock %}