{% extends "securityaudit/base.html" %} {% block securityaudit_content %}
Audit ID: {{ run.id }}
Target type: {{ run.target.target_type }}
Target name: {{ run.target }}
Target corp ID: {{ target_corp_id|default:"-" }}
Target corp name: {{ target_corp_name|default:"-" }}
Parent target corp ID: {{ parent_corp_id|default:"-" }}
Parent target corp name: {{ parent_corp_name|default:"-" }}
Started by: {{ started_by|default:"(none)" }}
Automated: {{ run.automated }}
Status: {{ run.status }}
Your main corp IDs: {{ user_corp_ids|default:"-" }}
Is admin: {{ is_admin }}
Started by you: {{ started_by_match }}
Is automated: {{ automated_match }}
Target corp matches your main: {{ target_corp_match }}
Parent target corp matches your main: {{ parent_corp_match }}
Visible: {{ visible }}