- add: support for multible rfid tags

This commit is contained in:
Ulrich Knechtelsdorfer
2016-05-28 17:10:07 +02:00
parent 33676b6c94
commit 042d0c86fa
6 changed files with 56 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
<td>{{user.name}}</td>
<td>{{user.longname}}</td>
<td>{{user.email}}</td>
<td>{{user.rfid_id}}</td>
<td>{% if user.rfid_id %} {% for rfid_id in user.rfid_id %} {{rfid_id}};{% endfor %} {% endif %}</td>
<td>{% if user.isblack %} &#9745; {% else %} &#9744; {% endif %} </td>
<td>{% if user.isbaron %} &#9745; {% else %} &#9744; {% endif %} </td>
<td>{% if user.isshown %} &#9745; {% else %} &#9744; {% endif %} </td>