{% load i18n %}

{% translate "Ships on scan" as section_header %} {{ section_header|title }}

{% translate "All ships" as dscan_section_header_all %} {% translate "On grid" as dscan_section_header_ongrid %} {% translate "Off grid" as dscan_section_header_offgrid %} {% include "aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html" with section_header=dscan_section_header_all dscan_section="all" %} {% include "aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html" with section_header=dscan_section_header_ongrid dscan_section="ongrid" %} {% include "aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html" with section_header=dscan_section_header_offgrid dscan_section="offgrid" %} {% include "aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html" %}