{% extends "base_anonymous.html" %} {% block title %}Evidence pack – {{ pack.summary.app_name }}{% endblock %} {% block content %}

Evidence pack — {{ pack.summary.app_name }}

Records for an auditor, or a buyer under NDA. Operated by {{ pack.summary.operator_name }}.

Key inventory
{% if pack.summary.keyset_status_available %} Available {% else %} Unavailable {{ pack.summary.keyset_status_reason }} {% endif %}
Platform document
{% if pack.summary.platform_stale %} Snapshot as of {{ pack.summary.platform_published_at }} {% else %} Live {% endif %}
Deployment
Git SHA {{ pack.summary.deployment.git_sha|default:"not set" }}, deployed at {{ pack.summary.deployment.deployed_at|default:"not set" }}

Files in the pack

{% for f in pack.summary.files %} {% endfor %}
FileWhat it isAnnex A
{{ f.name }}{{ f.description }}{{ f.annex_a }}
{% endblock %}