{% include 'header.html' %}

Function results


{% if entries.projectName != Null %}
There were no Function results found.
Create a project and use the Add functions form in order to create results.
{% else %}
Summary of all function-results, you can download a DOCX file with the current security findings:
{% endif %}
{% set counter = 0 -%} {% for entry in content %}

{{entries[counter][8]}}

{{entry}}

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