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

{% translate "Card Reference" %}

{% blocktrans %} Use this table to understand what each card loads and why it might flag a red status dot. Some cards stream results; the dot may remain green until the first hostile row arrives. {% endblocktrans %}

{% translate "BigBrother Cards" %}

{% translate "Card" %} {% translate "What it shows" %}
{% translate "Add to Blacklist" %} {% translate "Add pilot and all associated characters to Blacklist" %}
{% translate "Compliance" %} {% translate "Highlights management roles and whether mandatory character/corporation tokens are present. Missing scopes are listed per character." %}
{% translate "Blacklist" %} {% translate "Checks if the user, or any of their characters, is already on the blacklist." %}
{% 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 %}