{% extends "fitcheck/base.html" %} {% load i18n %} {% block fitcheck_content %} {% if not sde_loaded %}
{% translate "EVE game data is still loading in the background - ship validation won't return results until it finishes. Reload in a minute. If it never completes, an administrator should run" %} python manage.py fitcheck_load_sde.
{% endif %}
{% if main_character %} {% endif %}
{% translate "Pilot Fittings" %}
{% translate "Pick real ships from your hangars - across every character on this account - and validate them against the published standards. Only you can see your results here." %}
{% csrf_token %}
{% translate "My Ships" %}
{% translate "Clear" %}
{% include "fitcheck/partials/pagination.html" %} {% endblock %} {% block extra_javascript %} {% endblock %}