{% load i18n %}

{% translate "Interesting on Grid" %}

{% 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 table_title=dscan_section_header_upwell_structures dscan_section="upwell-structures" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with table_title=dscan_section_header_upwell_deployables dscan_section="deployables" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with table_title=dscan_section_header_upwell_starbases dscan_section="starbases" %} {% include "aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html" with table_title=dscan_section_header_upwell_miscellaneous dscan_section="miscellaneous" %}