{% extends "repapp/base.html" %} {% load crispy_forms_tags %} {% block title %} - Organisation {% endblock title %} {% block page_title %} Organisation {% endblock page_title %} {% block content %}
Repair-Cafés Gäste Rückfragen Einstellungen
Neues Repair-Café anlegen {% if next_cafe %} Nächstes Repair-Café {% endif %}
| Art des Geräts | Hersteller & Modell/Typ | Name des Gastes | eMail des Gastes | |
|---|---|---|---|---|
| {{ device.device }} | {{ device.manufacturer }} | {{ device.guest.name }} | {{ device.guest.mail }} | überpüfen |
| Es gibt keine neuen Geräte. | ||||
| 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 %} |
| {{ 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 %} |