{% extends 'aapayout/base.html' %} {% load i18n %} {% load humanize %} {% block page_title %}{% trans "Verify Payments" %} - {{ loot_pool.fleet.name }}{% endblock %} {% block aapayout_content %}

{% trans "Verify Payments" %}

{% trans "Back to Payouts" %}
{% trans "Payment Verification" %}
{% trans "How it works:" %}
  • {% trans "The system will check your wallet journal for ISK transfers" %}
  • {% trans "Pending payouts that match journal entries will be automatically marked as paid" %}
  • {% trans "Matching is based on amount, recipient, and timestamp" %}
  • {% trans "Any unmatched payouts can be manually verified afterward" %}
{% trans "Fleet" %}

{{ loot_pool.fleet.name }}

{{ loot_pool.fleet.fleet_time|date:"Y-m-d H:i" }}
{% trans "Pending Payouts" %}

{{ pending_count }} {% trans "payout(s)" %}

{% csrf_token %}
{% trans "How far back to search in your wallet journal for matching payments" %}
{% trans "Help" %}
{% trans "What if verification fails?" %}

{% trans "You can always manually mark payouts as paid using the \"Mark Paid\" button on the payout list." %}

{% endblock %}