{% 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." %}
{% 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 }}