{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{#
#} {#
#} {% for con in objlistDoor %} {% endfor %}
Door — [Left source]
{{ con.f_DoorName }}
{#
#} {#
#} {% for con in objlistDoor %} {% endfor %}
Door — [Right target]
{{ con.f_DoorName }}
{% endblock %}