- add autoblack

This commit is contained in:
Ulrich Knechtelsdorfer
2016-04-08 20:23:47 +02:00
parent 9cf32cc82a
commit 65c51e2b71
9 changed files with 42 additions and 5 deletions

View File

@@ -15,6 +15,7 @@
<tr>
<th>Name</th>
<th>Geschwärzt</th>
<th>Auto-Schwärzen</th>
<th>Schulden</th>
<th>Bezahlt</th>
<th></th>
@@ -23,6 +24,7 @@
<tr>
<td>{{user.longname}}</td>
<td>{% if user.isblack %} &#9745; {% else %} &#9744; {% endif %}</td>
<td>{% if user.autoblack %} &#9745; {% else %} &#9744; {% endif %}</td>
<td>{{debt[user.id-1]}} € </td>
<td> <input type="number" name="{{user.name}}_payed" step="any" required value="0" /></td>
<td>Einzelne Rechnung <a href="/billing/send_personal_bill/{{user.name}}">versenden</a></td>