{% extends "industry_reforged/base.html" %} {% load i18n %} {% block details %}

{% trans "Create New Order" %}

{% trans "Back to Orders" %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}

{% trans "Paste EFT Fit" %}

{% csrf_token %}
Paste your fit directly from EVE Online or Pyfa. The system will automatically parse the items and quantities to generate a quote.

{% trans "How it works" %}

  1. Select the character requesting the order.
  2. Paste your EFT format fit in the text box.
  3. Click Generate Quote.
  4. The system will fetch real-time Jita Sell prices via Fuzzwork and apply any corporation discounts.
  5. You can review the itemized quote before confirming your order.
{% endblock %}