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

{% translate "Create Loot Pool for" %} {{ fleet.name }}

{% translate "Loot Information" %}
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.pricing_method }} {% if form.pricing_method.errors %}
{{ form.pricing_method.errors }}
{% endif %}
{{ form.raw_loot_text }} {% if form.raw_loot_text.errors %}
{{ form.raw_loot_text.errors }}
{% endif %} {% if form.raw_loot_text.help_text %} {{ form.raw_loot_text.help_text }} {% endif %}
{% translate "Cancel" %}
{% translate "Instructions" %}
{% translate "Pasting Loot from EVE" %}
  1. {% translate "Open your EVE inventory" %}
  2. {% translate "Select the items you want to value" %}
  3. {% translate "Press Ctrl+C (or Cmd+C on Mac)" %}
  4. {% translate "Paste into the loot text area" %}

{% translate "Example Format" %}
Compressed Arkonor	1000
Compressed Bistot	500
Capital Armor Plates	10

{% translate "What Happens Next" %}
  • {% translate "Items will be sent to Janice API for valuation" %}
  • {% translate "Prices based on Jita buy orders" %}
  • {% translate "You can manually adjust prices after" %}
  • {% translate "Corp share is auto-set to 10% if per-character payout > 200k ISK" %}
{% endblock %}