{% load django_bootstrap5 %} {% load i18n %}

{% translate "What can I paste?" %}

    {% if app_settings.INTELTOOL_ENABLE_MODULE_CHATSCAN %}
  • {% translate "Chat member list" as item_title %} » {{ item_title|title }} {% if app_settings.INTELTOOL_CHATSCAN_MAX_PILOTS > 0 %} ({% blocktranslate count max_pilots=app_settings.INTELTOOL_CHATSCAN_MAX_PILOTS %}Limited to a maximum of {{ max_pilots }} pilot per scan.{% plural %}Limited to a maximum of {{ max_pilots }} pilots per scan.{% endblocktranslate %}) {% endif %}
  • {% endif %} {% if app_settings.INTELTOOL_ENABLE_MODULE_DSCAN %}
  • » {% translate "D-Scan" %}
  • {% endif %} {% if app_settings.INTELTOOL_ENABLE_MODULE_FLEETCOMP %}
  • {% translate "Fleet composition" as item_title %} » {{ item_title|title }}
  • {% endif %}

{% translate "Please keep in mind, parsing large amounts of data can take some time. Be patient, CCP's API is not the fastest to answer …" %}

{% csrf_token %} {% bootstrap_form form %} {% translate "Submit" as button_text %} {% bootstrap_button button_type="submit" content=button_text %}