{% load humanize %} {% load i18n %} {% load price_formats %}
{% trans "How to create the contract:" %}
  1. {% trans "Open contracts ingame and click" %} {% trans "Create Contract" %}
  2. {% trans "Select" %} {% trans "Item Exchange" %} {% trans "and search for" %} {% if program.is_corporation %}{{ program.owner.corporation }}{% else %}{{ program.owner.character.character }}{% endif %}
  3. {% trans "Add all items from your inventory to the contract" %}
  4. {% trans "On the price page set" %} {% trans "I will receive" %} {% if contract_price_data.contract_net_total >= 0 %} {{ contract_price_data.contract_net_total|custom_number_format:2 }} ISK {% else %} 0 ISK {{ contract_price_data.contract_net_total|custom_number_format:2 }} ISK {% endif %}
  5. {% trans "Set the contract description to your tracking number:" %} {{ tracking_number }}
  6. {% trans "Set expiration to" %} {{ program.expiration }} {% trans "and submit" %}