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