{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{% if g.extfunc5678_timeprofile %}
{% else %} {% endif %}
{#
#} {#
#} {% for con in objlistDoor %} {% endfor %}
Floor
{{ con.f_DoorName }}.{{ con.f_FloorName }}
{% for con in objlist %} {% endfor %}
User ID Name Card NO Department
{{ con.f_ConsumerNO }} {{ con.f_ConsumerName }} {% if con.f_CardNO==None %} {% else %} {{ con.f_CardNO }} {% endif %} {% if con.f_GroupName %} {{ con.f_GroupName }} {% endif %}
{% endblock %}