- Project Management {% if scenario_name != '' %}
- Input Editor
- Tools
-
{% for tool_category in tools.keys()|sort %}
- {{tool_category}}
-
{% for tool in tools[tool_category] %}
- {{tool.label}} {% endfor %}
{% endfor %}
- {{tool_category}}
- Dashboard {% endif %}