{% include 'header.html' %}

Checklist results


{% if entries -%}
Summary of all checklist-results.
{% else %}
There were no checklists found.
Create a project and use the checklist forms in order to create results.
{% endif %} {% if entries -%}

Checklists


{% set counter = 0 -%} {% for entry in entries -%} {% set counter = counter + 1 %} {% endfor %}
Project Checklist Date Download
{{entry.projectName|safe}} {{entry.projectVersion|safe}} {{entry.listName|safe}} {{entry.entryDate|safe}}
{% endif %}
{% include 'footer.html' %}