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

{% translate "PapsConfig Fields" %}

{% blocktrans %}PapsConfig drives the PAP compliance calculator shown on the PAPs tab and used by the ticket tool. Update these settings in Django admin → BigBrother → PapsConfig before running monthly audits.{% endblocktrans %}

{% translate "Monthly Targets & Core Modifiers" %}

{% translate "Field" %} {% translate "Description" %}
required_paps {% translate "Baseline PAPs each pilot must earn per month to stay compliant." %}
corp_modifier {% translate "Multiplier applied to corp PAPs when calculating totals." %}
max_corp_paps {% translate "Ceiling on how many corp PAPs count after modifiers are applied." %}
alliance_modifier {% translate "Multiplier for alliance PAPs." %}
coalition_modifier {% translate "Multiplier for coalition PAPs." %}

{% translate "Group-Based PAP Awards" %}

{% translate "Field" %} {% translate "Description" %}
group_paps {% translate "AllianceAuth groups that grant additional PAPs when the user belongs to them." %}
group_paps_modifier {% translate "Number of PAPs to add per qualifying group membership." %}
capital_groups_get_paps {% translate "Enables automatic PAP awards for users in your capital-group selections below." %}
cap_group {% translate "Auth group marking capital pilots eligible for bonus PAPs." %}
cap_group_paps {% translate "PAP bonus added when a user belongs to cap_group." %}
super_group {% translate "Auth group used to identify supercapital pilots." %}
super_group_paps {% translate "Bonus PAPs awarded to members of super_group." %}
titan_group {% translate "Auth group tracking titan pilots." %}
titan_group_paps {% translate "Bonus PAPs granted when a user belongs to titan_group." %}

{% translate "Exclusions & Overrides" %}

{% translate "Field" %} {% translate "Description" %}
excluded_groups {% translate "Groups whose members should never receive PAP credit from the group_paps list." %}
excluded_groups_get_paps {% translate "When enabled, users in excluded groups still receive one copy of the group modifier rather than zero." %}
excluded_users {% translate "Specific users excluded from all PAP awards." %}
excluded_users_paps {% translate "Users who still earn PAPs from fleets but not from group modifiers." %}

{% blocktrans %}Remember to revisit the PAP ticket thresholds in TicketToolConfig after changing required values here so automated tickets stay aligned.{% endblocktrans %}

{% endblock %}