Swipe Records
-
{% for message in messages %}
- {{ message }} {% endfor %}
| RecID | Card NO | User ID | Name | Department | Time | Addr | InExit | Pass | Description | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ con.f_RecID }} | {{ con.f_CardNO }} | {% if con.f_ConsumerNO %}{{ con.f_ConsumerNO }} | {{ con.f_ConsumerName }} | {{ con.f_GroupName }} | {% else %}{% endif %} | {{ con.f_ReadDate }} | {% if con.f_DoorName %}{{ con.f_DoorName }}{% endif %} | {{ con.f_InOut }} | {{ con.f_Character }} | {{ con.f_Desc }} |