{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if top_requirement %}
Objective |
{% endif %} {% if step %}
Step | {{ step.id }} | {{ step.icon }} |
{% endif %}

{{ gui_elements.index_display }}
{% if requirement %}
Objective
{{ requirement.objective }}
{% for step_ in requirement.list_of_steps %}
Step #{{ loop.index }} | {{ step_.id }} | {{ step_.icon }} | 🗑 | ⬆️ | ⬇️
{{ step_.content }}
{% endfor %} {% else %}

No requirements yet.

{% endif %}