{% with title='AppSec Discovery - '+project.organization.name+' - '+project.name %} {% include 'header.html' %} {% endwith %}

{{ project.organization.name }}

{{ project.name }}

{% for filter in filters %}
{% endfor %}
Date:
{% for object in objects %}
{% include 'objects/'+object.template_name() %}

{% if is_security %} {% if not object.checked %} CHECK {% else %} UNCHECK {% endif %} {% endif %} {% if object.last_checked_by %}     Changed by: {{ object.last_checked_by }} {% endif %}

{% endfor %}
{% if current_page > 0 %} << Prev  {% endif %} {{ current_page }}  Next >>
{% include 'footer.html' %}