{% extends "admin/change_form.html" %} {% block content %}{{ block.super }} {% if original %}

Umfrage-Tools


Mail-Link für Umfrage

{% for question, answers in original.details %} {% ifchanged question.group %} {% endifchanged %} {% endfor %}
Frage Typ Wichtigkeit Antwort

{{ question.group.title }}

{{ question }} {{ question.get_type_display }} {{ answers.importance|default_if_none:"" }} {{ answers.answer|default_if_none:"" }}
{% endif %} {% endblock %}