{% extends "admin/change_form.html" %} {% block content %}{{ block.super }} {% if original %}
Frage | Typ | Wichtigkeit | Antwort | {% for question, answers in original.details %} {% ifchanged question.group %}
---|---|---|---|
{{ question.group.title }} |
|||
{{ question }} | {{ question.get_type_display }} | {{ answers.importance|default_if_none:"" }} | {{ answers.answer|default_if_none:"" }} |