{% extends 'faq/base.html' %} {% load i18n %} {% block details %}

{% translate "Card Reference" %}

{% translate "Use this table to understand what each card loads and why it might flag a red status dot" %}

{% translate "BigBrother Cards" %}

{% translate "Card" %} {% translate "What it shows" %}
{% translate "Compliance" %} {% translate "Highlights management roles and whether mandatory character/corporation tokens are present. Missing scopes are listed per character." %}
{% translate "Coalition Blacklist" %} {% translate "Prepares coalition blacklist queries for every character owned by the pilot." %}
{% translate "Alliance Blacklist (WiP)" %} {% translate "Lists the user’s character names ready for copy/paste into alliance tooling." %}
{% translate "Corp Blacklist" %} {% translate "Shows existing blacklist hits and, if you have permission, a form that adds every character to the blacklist app." %}
{% translate "Player Corp History" %} {% translate "Surfaces fast corp hopping and suspicious employment patterns." %}
{% translate "AWOX Kills" %} {% translate "Fetches zKillboard data to confirm when the pilot has shot blues." %}
{% translate "Clone States" %} {% translate "Displays alpha/omega status." %}
{% translate "Clones in Hostile Space" %} {% translate "Flags jump/home clones in systems owned by hostile alliances." %}
{% translate "Assets in Hostile Space" %} {% translate "Highlights assets staged in hostile systems." %}
{% translate "Suspicious Contacts" %} {% translate "Lists contacts involving hostiles or blacklist hits." %}
{% translate "Suspicious Contracts" %} {% translate "Lists contracts with hostile issuers/assignees." %}
{% translate "Suspicious Mails" %} {% translate "Pulls eve mails, highlights hostile senders/recipients" %}
{% translate "Suspicious Transactions" %} {% translate "Pulls wallet entries touching hostile entities or blacklist matches." %}
{% translate "Cyno?" %} {% translate "Shows whether the pilot is capable of flying and owns hulls which can be used as a cyno." %}
{% translate "Skills" %} {% translate "Summarises cyno skills." %}

{% translate "CorpBrother Cards" %}

{% blocktrans %}CorpBrother focuses on corporation-wide audits. The cards share the same hostile lists that BigBrother uses, but they operate on the corp selected in the dropdown.{% endblocktrans %}

{% translate "Card" %} {% translate "What it shows" %}
{% translate "Assets in Hostile Space" %} {% translate "Identifies corp-level assets located in hostile systems or structures." %}
{% translate "Suspicious Contracts" %} {% translate "Pulls corp contracts and looks for hostile trading partners." %}
{% translate "Suspicious Transactions" %} {% translate "Monitors wallet transactions for hostile alliances, corporations, or characters." %}
{% endblock %}