.
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
<thead>
|
||||
|
||||
{% if group_type == "cid" %}
|
||||
<tr><th>Email</th><th>CID</th><th>Passcode</th></tr>
|
||||
<tr><th>Name</th><th>Email</th><th>CID</th><th>Passcode</th></tr>
|
||||
{% else %}
|
||||
<tr><th>User</th></tr>
|
||||
{% endif %}
|
||||
</thead>
|
||||
{% for user in users %}
|
||||
{% if group_type == "cid" %}
|
||||
<tr><td>{{user.email}}</td><td>{{user.cid}}</td><td>{{user.passcode}}</td></tr>
|
||||
<tr><td>{{user.name}}</td><td>{{user.email}}</td><td>{{user.cid}}</td><td>{{user.passcode}}</td></tr>
|
||||
{% else %}
|
||||
<tr><td>{{user.username}}</td></tr>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user