{% load humanize %} {% load i18n %}
{% trans "Contract type:" %} | {% trans "Item Exchange" %} | |||
---|---|---|---|---|
{% trans "Availability:" %} | {% if program.is_corporation %}{{program.owner.corporation}} | {% else %} | {{program.owner.character.character}} | {% endif %} |
{% trans "I will receive:" %} | {% if contract_price_data.contract_net_total >= 0%}{{contract_price_data.contract_net_total|floatformat:2|intcomma}} | {% else %} | 0 ISK | {% endif %} |
{% trans "Expiration:" %} | {{program.expiration}} | |||
{% trans "Description:" %} | {{tracking_number}} |