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

{% translate "Edit Item Price" %}: {{ item.name }}

{% translate "Loot Pool" %}: {{ loot_pool.name }}

{% translate "Price Information" %}
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
ISK
{% translate "Source" %}: {{ item.get_price_source_display }}
ISK

{{ form.unit_price }} ISK
{% if form.unit_price.errors %}
{{ form.unit_price.errors }}
{% endif %} {% if form.unit_price.help_text %} {{ form.unit_price.help_text }} {% endif %}
{{ form.notes }} {% if form.notes.errors %}
{{ form.notes.errors }}
{% endif %}
{% translate "This will mark the item as manually overridden and recalculate the loot pool totals." %}
{% translate "Cancel" %}
{% translate "Manual Override" %}
{% translate "Why override prices?" %}
  • {% translate "Special circumstances" %}
  • {% translate "Market fluctuations" %}
  • {% translate "Negotiated prices" %}
  • {% translate "Incorrect API pricing" %}

{% translate "Important Notes" %}
  • {% translate "Always document the reason in notes" %}
  • {% translate "Total loot value will be recalculated" %}
  • {% translate "Payouts will reflect the new price" %}
  • {% translate "Item will be marked as manually overridden" %}
{% endblock %} {% block extra_javascript %} {% endblock %}