{% 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


Repair-Cafés

Neues Repair-Café anlegen // TODO: Button nächstes Repair-Café

Geräte

{% for device in devices %} {% empty %} {% endfor %}
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.

Rückfragen

{% for question in questions_not_sent %} {% endfor %} {% for question in questions_open_and_answered %} {% endfor %}
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 %}

Nachrichten

// TODO: Liste mit neuen Nachrichten {% endblock content %}