{% extends "base.html" %} {% block content %} {{ block.super }}

{{name}}

{{ survey.survey.description }}

{% if survey.completed %}
{% csrf_token %} {% for question in questions %} {% include "defectDojo-engagement-survey/survey_fields.html" with form=question %} {% endfor %}
{% else %}

Questionnaire has not been answered.

{% endif %} {% endblock %} {% block add_styles %} {{ block.super }} .form-horizontal .control-label{width: 100%; float: none; text-align: left;} .form-horizontal textarea {width: 90% !important;} .form-horizontal .controls {margin-left: 10px;} {% endblock %}