- add: support for multible rfid tags
This commit is contained in:
@@ -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 %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td>{% if user.isbaron %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
<td>{% if user.isshown %} ☑ {% else %} ☐ {% endif %} </td>
|
||||
|
||||
Reference in New Issue
Block a user