{% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %}
{% for con in objlist %} {% endfor %}
User ID Name Card NO BeginDate EndDate Department Operation
{{ con.f_ConsumerNO }} {{ con.f_ConsumerName }} {% if con.f_CardNO==None %} {% else %} {{ con.f_CardNO }} {% endif %} {{ con.f_BeginYMD|ymd }} {{ con.f_EndYMD|ymd }} {% if con.f_GroupName %} {{ con.f_GroupName }} {% endif %}
{% if con.f_CardNO==None %} {% else %} {% endif %}