{% extends "fitcheck/base.html" %}
{% load i18n %}
{% block fitcheck_content %}
{% if not sde_loaded %}
{% translate "EVE game data is still loading in the background. Ship details may be incomplete until it finishes - reload this page in a minute. If it never completes, an administrator should run" %}
python manage.py fitcheck_load_sde.
{% endif %}
{% if inventory.characters_without_token %}
{% translate "These characters need ESI access before their ships show here:" %}
{% for character in inventory.characters_without_token %}
{{ character.character_name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% translate "One grant covers everything: your ship inventory, private-structure (Citadel) names with system/region, the implants in your active clone, and saving fits to EVE. Scopes you've already granted to another Auth app - or that corptools provides - are reused, so you're only asked for what's missing." %}