{% include "structures/modals/fitting_gfx.html" %}
{% translate "Hull" %}
{% include "structures/modals/fitting_asset.html" with asset=structure %}
{% include "structures/modals/fitting_assets.html" with slot_name="High Slots" asset_list=slot_assets.high_slots %}
{% include "structures/modals/fitting_assets.html" with slot_name="Medium Slots" asset_list=slot_assets.med_slots %}
{% include "structures/modals/fitting_assets.html" with slot_name="Low Slots" asset_list=slot_assets.low_slots %}
{% include "structures/modals/fitting_assets.html" with slot_name="Rig Slots" asset_list=slot_assets.rig_slots %}
{% include "structures/modals/fitting_assets.html" with slot_name="Service Slots" asset_list=slot_assets.service_slots %}
{% include "structures/modals/fitting_assets.html" with slot_name="Ammo Hold" asset_list=assets_grouped.ammo_hold %}
{% include "structures/modals/fitting_assets.html" with slot_name="Fuel Bay" asset_list=assets_grouped.fuel_bay %}
{% include "structures/modals/fitting_assets.html" with slot_name="Fighter Bay" asset_list=assets_grouped.fighter_bay %}
{% include "structures/modals/fitting_assets.html" with slot_name="Fighter Tubes" asset_list=slot_assets.fighter_tubes %}
Last updated {{ last_updated|naturaltime|default:"?" }}