{{ skipped_esi|length }}
{% translate "pilot(s) were skipped because the live-ESI scan budget was reached. Results show corptools-synced pilots plus the first token-granted pilots; ask skipped pilots to register with corptools, narrow the scan with the filters above, or raise the budget under Settings → Scan & Result Limits." %}
{% for character in skipped_esi|slice:":10" %}
{{ character.character_name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% if skipped_esi|length > 10 %}
… {% blocktranslate with more=skipped_esi|length|add:"-10" %}and {{ more }} more{% endblocktranslate %}
{% endif %}
{% endif %}
{% if without_token %}
{{ without_token|length }}
{% translate "pilot(s) in scope have not granted an asset-scope token and were skipped:" %}
{% for character in without_token|slice:":10" %}
{{ character.character_name }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% if without_token|length > 10 %}
… {% blocktranslate with more=without_token|length|add:"-10" %}and {{ more }} more{% endblocktranslate %}
{% endif %}
{% endif %}
{% for name, reason in errors.items %}