{% extends "repapp/base.html" %} {% load crispy_forms_tags %} {% block title %} - Rückfragen {% endblock title %} {% block page_title %} Rückfragen {% endblock page_title %} {% block content %}

Zurück

{% for question in questions %} {% 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 %}
{% endblock content %}