{% include 'header.html' %}

Checklist Questions results


{% if entries.projectName != Null %}
There were no Question results found.
Create a project and use the checklist forms in order to create results.
{% else %}
Summary of failed checklist items, you can download a DOCX file with the current security findings:
{% endif %}

Checklist: {{listName|safe}}

{% set counter = 0 -%} {% for entry in content %}
{% if ygb[counter] == 'ygb' -%} {% endif %} {% if ygb[counter] == 'gb' -%} {% endif %} {% if ygb[counter] == 'b' -%} {% endif %}

{{questions[counter]|safe}}

{{entry}}

{% set counter = counter + 1 %} {% endfor %}
{% include 'footer.html' %}