{% load i18n %} {% load humanize %} {% load tz %} {% if assets_refreshing %}
{% trans "Loading your asset inventory." %}
{% endif %}
{% trans "Last update" %}: {% if sell_last_update %} {% with sell_utc=sell_last_update|timezone:"UTC" %} {{ sell_utc|date:"Y-m-d H:i" }} EVE / {{ sell_utc|date:"Y-m-d H:i" }} {% trans "Local" %} {% endwith %} {% else %} {% trans "Never" %} {% endif %}
{% if sell_next_refresh_minutes == 0 %} {% trans "Auto-refresh will run on the next page open." %} {% elif sell_next_refresh_minutes %} {% blocktrans with minutes=sell_next_refresh_minutes %}Auto-refresh runs on page open in about {{ minutes }} minute(s).{% endblocktrans %} {% else %} {% trans "Auto-refresh runs on page open once data is older than 60 minutes." %} {% endif %}
{% trans "Choose how you want to build your sell order." %}
{% trans "Use the standard quantity table or paste an in-game copied item list." %}
{% if sell_assets_progress.error == "missing_assets_scope" %}
{% trans "Missing assets token: add the ESI assets scope to load your assets." %}
{% trans "Add assets token" %}
{% endif %} {% if sell_assets_progress.error == "esi_down" %}
{% trans "ESI is temporarily unavailable. Using cached assets." %}
{% if sell_assets_progress.retry_after_minutes %} {% blocktrans with minutes=sell_assets_progress.retry_after_minutes %}Retry in about {{ minutes }} minute(s).{% endblocktrans %} {% endif %}
{% endif %} {% if sell_assets_progress.error == "no_assets_fetched" %}
{% trans "Assets refresh completed, but no items were returned." %}
{% trans "Try again later or verify your assets scope." %}
{% endif %}
{% if materials or sell_paste_catalog %}
{% trans "Your Materials at" %} {{ accepted_location_summary|default:config.structure_name }}
{% if character_tabs %}
{% if character_tabs|length > 1 %}
{% if active_character_tab_data %}{{ active_character_tab_data.name }}{% else %}{{ character_tabs.0.name }}{% endif %}
{% trans "Selected character" %}
{% if active_character_tab_data %}{{ active_character_tab_data.name }}{% else %}{{ character_tabs.0.name }}{% endif %} {% if active_character_tab_data %}{{ active_character_tab_data.item_count }}{% else %}{{ character_tabs.0.item_count }}{% endif %}
{% else %} {% endif %}
{% endif %}
{% csrf_token %}
{% trans "Accepted items are added to the order automatically. Not bought, unavailable, and unknown lines are ignored." %}
{% trans "Accepted" %}
0
{% trans "Not Bought" %}
0
{% trans "Other Character" %}
0
{% trans "Unknown" %}
0
{% trans "Accepted payout" %}
0 ISK
{% trans "Accepted items" %}
0
{% trans "No accepted items in the pasted text yet." %}
{% trans "Not bought by the hub" %}
0
{% trans "No rejected items in the pasted text." %}
{% trans "Known but not on this character" %}
0
{% trans "No items matched only on another character." %}
{% trans "Unknown items or lines" %}
0
{% trans "No unknown lines in the pasted text." %}
{% if materials %}
{% for item in materials %} {% endfor %}
{% trans "Item" %} {% trans "You Own" %} {% trans "Unit Price" %} {% trans "Quantity" %}
{{ item.type_name }}
{{ item.type_name }}
{{ item.group_name|default:_('Other') }}
{{ item.user_quantity|intcomma }} {{ item.buy_price_from_member|floatformat:2|intcomma }} ISK
{% trans "Max:" %} {{ item.user_quantity|intcomma }}
{% trans "No matching items for your search." %}
{% else %}
{% trans "No accepted items are currently available for manual selection on this character." %}
{% endif %}
{% trans "Sell Summary" %}

{% trans "Enter quantities to see your payout" %}

{% trans "Total Payout" %} 0 ISK
{% else %} {% if not assets_refreshing %}
{% trans "No materials available for selling. Please contact an admin." %}
{% endif %} {% endif %} {{ sell_paste_catalog|json_script:"sellPasteCatalogData" }}