{% load i18n %}

{% translate "Interesting on grid" as section_header %} {{ section_header|title }}

{% translate "Upwell structures" as dscan_section_header_upwell_structures %} {% translate "Deployables" as dscan_section_header_upwell_deployables %} {% translate "POS / POS modules" as dscan_section_header_upwell_starbases %} {% translate "Miscellaneous" as dscan_section_header_upwell_miscellaneous %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with section_header=dscan_section_header_upwell_structures dscan_section="upwell-structures" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with section_header=dscan_section_header_upwell_deployables dscan_section="deployables" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with section_header=dscan_section_header_upwell_starbases dscan_section="starbases" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with section_header=dscan_section_header_upwell_miscellaneous dscan_section="miscellaneous" %}