{% load i18n %} {% load bootstrap %}

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

    {% if app_settings.INTELTOOL_ENABLE_MODULE_DSCAN %}
  • » {% translate "D-Scan" %}
  • {% endif %} {% if app_settings.INTELTOOL_ENABLE_MODULE_CHATSCAN %}
  • » {% translate "Chat Member List" %} {% 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_FLEETCOMP %}
  • » {% translate "Fleet Composition" %}
  • {% endif %}
{% csrf_token %} {{ form|bootstrap }}