{% 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_assets_stale or sell_assets_version_refresh %} {% trans "Update recommended" %} {% else %} {% trans "Up to date" %} {% endif %}
{% if sell_assets_stale and sell_last_update %} {% trans "Asset data is older than 60 minutes. A manual update is recommended before relying on character-owned quantities." %} {% elif sell_assets_version_refresh %} {% trans "A manual assets update is recommended to refresh cached data for the current app version." %} {% elif not sell_last_update %} {% trans "No cached asset snapshot yet. Use Assets update if you want the manual character inventory view." %} {% else %} {% trans "Asset refresh is manual on this page. Use Paste import for the contract-first workflow, or update assets when you want the manual inventory view." %} {% 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 %}
{% 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 "Paste Import" %}
{% trans "Paste an in-game copied list. The system classifies lines and prepares accepted items for contract validation." %}
{% trans "Name x Quantity" %} {% trans "NameQuantity" %} {% trans "Qty Name" %}
{% trans "Accepted items are added automatically. Not bought, unpriced, and unknown lines are ignored for order creation." %}
{% 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.available_quantity|default:item.user_quantity|intcomma }} {% if item.reserved_quantity|default:0 > 0 %} {% trans "Reserved" %} {{ item.reserved_quantity|default:0|intcomma }} {% endif %} {% trans "Total" %} {{ item.total_quantity|default:item.user_quantity|intcomma }}
{{ item.buy_price_from_member|floatformat:2|intcomma }} ISK
{% trans "Max:" %} {{ item.available_quantity|default:item.user_quantity|intcomma }}
{% if sell_is_paginated %}
{% blocktrans with current=sell_page_obj.number total=sell_page_obj.paginator.num_pages count=sell_page_obj.paginator.count %}Page {{ current }} of {{ total }} ยท {{ count }} items{% endblocktrans %} {% if active_character_tab %} {% endif %}
{% endif %}
{% 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
{{ sell_paste_catalog|json_script:"sellPasteCatalogData" }}