{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{# #} {# #} {# #} {% for con in objlist %} {% if con.f_ControllerSN > 200000000 %} {% endif %} {% endfor %}
Controller# SN Doors Interlock DescriptionDoor not closedForced intrusionInvalid swipeOperation
{{ con.f_ControllerNO }} {{ con.f_ControllerSN }} {{ con.f_DoorsNames }} {# #} {# {% if con.f_ForceWarn %}#} {# #} {# {% else %}#} {# {% endif %}#} {% if (con.f_InterLock % 256)>4 %} {{ interlockdesc[5] }} {% else %} {{ interlockdesc[con.f_InterLock % 256] }} {% endif %}