{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if top_interaction %}
Question
{{ top_interaction.question }}
{% endif %} {% if reply %}
Reply | {{ reply.id }} | {{ reply.icon }}
{{ reply.content }}
{% endif %}
{{ gui_elements.index_display }}
{% if interaction %}
Question
{{ interaction.question }}
{% for reply_ in interaction.list_of_replies %}
Reply #{{ loop.index }} | {{ reply_.id }} | {{ reply_.icon }}
{{ reply_.content }}
{% endfor %} {% else %}

No interactions yet.

{% endif %}