diff --git a/rc_hip/repapp/templates/repapp/orga/main.html b/rc_hip/repapp/templates/repapp/orga/main.html index 6ec43ce..da312b3 100644 --- a/rc_hip/repapp/templates/repapp/orga/main.html +++ b/rc_hip/repapp/templates/repapp/orga/main.html @@ -10,11 +10,14 @@
Repair-Cafés Gäste + Rückfragen
+ Neues Repair-Café anlegen + Nächstes Repair-Café +
| Geräts | +Hersteller | +Gast | +Organisator | +Reparateur | +gesendet | +beantwortet | ++ | + |
|---|---|---|---|---|---|---|---|---|
| {{ question.device.device }} | +{{ question.device.manufacturer }} | +{{ question.device.guest.name }} | +{{ question.organisator.mail }} | +{{ question.reparateur.mail }} | ++ {% if question.sent %} + Ja + {% else %} + Nein + {% endif %} + | ++ {% if question.answered %} + Ja + {% else %} + Nein + {% endif %} + | ++ ansehen + | ++ {% if not question.sent %} + senden + {% endif %} + | +