{% extends "securityaudit/base.html" %} {% load securityaudit_extras %} {% block securityaudit_content %}
| Character | Status | Risk | |
|---|---|---|---|
|
{% if child.portrait_url %}
|
{{ child.status_display }} | {{ child.risk_level|title }} ({{ child.risk_score }}) | View |
No views recorded yet.
{% endif %}| Type | Severity | Title | Details | Impact | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ finding.get_finding_type_display }} | {{ finding.severity|title }} | {{ finding.title }} |
{{ finding.details }} {% if finding.prepared_evidence %} {% endif %} |
{{ finding.score_impact }} | ||||||||||||||||
|
||||||||||||||||||||
| No findings. | ||||||||||||||||||||
| Type | Counterparty | Affiliation | Relationship | Amount | Events | Details |
|---|---|---|---|---|---|---|
| {{ cp.type }} |
{% if cp.portrait_url %}
{{ cp.character_name|default:"Unknown" }}
{% if cp.is_declared_alt %}
Declared Alt
{% endif %}
{% if cp.memberaudit_url %}MemberAudit{% endif %}
{% if cp.zkill_url %}zKill{% endif %}
|
{{ cp.corp_name|default:"-" }}{% if cp.alliance_name %} / {{ cp.alliance_name }}{% endif %} | {{ cp.relationship }} | {% if cp.total_amount %}{{ cp.total_amount|format_isk }}{% else %}-{% endif %} | {{ cp.event_count }} | {% if cp.notes %} {% else %}-{% endif %} |
|
{{ cp.notes|safe }}
|
||||||
| No counterparties. | ||||||
Red rows are part of a corp-hopping window (at least {{ corp_hop_count_threshold }} changes within {{ corp_hop_window_days }} days).
| Corporation | Start Date | End Date | Duration | |
|---|---|---|---|---|
|
{% if row.logo_url %} |
{{ row.corp_name }} {% if row.npc %}NPC{% endif %} | {{ row.start_date_str|default:"-" }} | {{ row.end_date_str|default:"-" }} | {% if row.duration_days is not None %}{{ row.duration_days }} day{{ row.duration_days|pluralize }}{% else %}-{% endif %} |
| No corporation history available. | ||||