{% load filters %} {% load evelinks %} {% load i18n %}
{% translate "Fitting Details" %}
{% translate "Save to EVE" %}
  • {% translate "Hull" %}
  • {{ fit.ship_type.name }} {{ fit.ship_type.name }}
  • {% if fitting.SubSystemSlot0 %}
  • {% translate "SubSystems" %}
  • {{ fitting.SubSystemSlot0.type_fk.name }} {{ fitting.SubSystemSlot0.type_fk.name }}
  • {{ fitting.SubSystemSlot1.type_fk.name }} {{ fitting.SubSystemSlot1.type_fk.name }}
  • {{ fitting.SubSystemSlot2.type_fk.name }} {{ fitting.SubSystemSlot2.type_fk.name }}
  • {{ fitting.SubSystemSlot3.type_fk.name }} {{ fitting.SubSystemSlot3.type_fk.name }}
  • {% endif %}
  • {% translate "High Slots" %}
  • {% if fitting|empty_slots:'HiSlot' %}
  • {% translate "No High Slot Items" %}
  • {% endif %} {% if fitting.HiSlot0 %}
  • {{ fitting.HiSlot0.type_fk.name }} {{ fitting.HiSlot0.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot1 %}
  • {{ fitting.HiSlot1.type_fk.name }} {{ fitting.HiSlot1.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot2 %}
  • {{ fitting.HiSlot2.type_fk.name }} {{ fitting.HiSlot2.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot3 %}
  • {{ fitting.HiSlot3.type_fk.name }} {{fitting.HiSlot3.type_fk.name}}
  • {% endif %} {% if fitting.HiSlot4 %}
  • {{ fitting.HiSlot4.type_fk.name }} {{ fitting.HiSlot4.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot5 %}
  • {{ fitting.HiSlot5.type_fk.name }} {{ fitting.HiSlot5.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot6 %}
  • {{ fitting.HiSlot6.type_fk.name }} {{ fitting.HiSlot6.type_fk.name }}
  • {% endif %} {% if fitting.HiSlot7 %}
  • {{ fitting.HiSlot7.type_fk.name }} {{ fitting.HiSlot7.type_fk.name }}
  • {% endif %}
  • {% translate "Medium Slots" %}
  • {% if fitting|empty_slots:'MedSlot' %}
  • {% translate "No Medium Slot Items" %}
  • {% endif %} {% if fitting.MedSlot0 %}
  • {{ fitting.MedSlot0.type_fk.name }} {{ fitting.MedSlot0.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot1 %}
  • {{ fitting.MedSlot1.type_fk.name }} {{ fitting.MedSlot1.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot2 %}
  • {{ fitting.MedSlot2.type_fk.name }} {{ fitting.MedSlot2.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot3 %}
  • {{ fitting.MedSlot3.type_fk.name }} {{ fitting.MedSlot3.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot4 %}
  • {{ fitting.MedSlot4.type_fk.name }} {{ fitting.MedSlot4.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot5 %}
  • {{ fitting.MedSlot5.type_fk.name }} {{ fitting.MedSlot5.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot6 %}
  • {{ fitting.MedSlot6.type_fk.name }} {{ fitting.MedSlot6.type_fk.name }}
  • {% endif %} {% if fitting.MedSlot7 %}
  • {{ fitting.MedSlot7.type_fk.name }} {{ fitting.MedSlot7.type_fk.name }}
  • {% endif %}
  • {% translate "Low Slots" %}
  • {% if fitting|empty_slots:'LoSlot' %}
  • {% translate "No Low Slot Items" %}
  • {% endif %} {% if fitting.LoSlot0 %}
  • {{ fitting.LoSlot0.type_fk.name }} {{ fitting.LoSlot0.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot1 %}
  • {{ fitting.LoSlot1.type_fk.name }} {{ fitting.LoSlot1.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot2 %}
  • {{ fitting.LoSlot2.type_fk.name }} {{ fitting.LoSlot2.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot3 %}
  • {{ fitting.LoSlot3.type_fk.name }} {{ fitting.LoSlot3.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot4 %}
  • {{ fitting.LoSlot4.type_fk.name }} {{ fitting.LoSlot4.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot5 %}
  • {{ fitting.LoSlot5.type_fk.name }} {{ fitting.LoSlot5.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot6 %}
  • {{ fitting.LoSlot6.type_fk.name }} {{ fitting.LoSlot6.type_fk.name }}
  • {% endif %} {% if fitting.LoSlot7 %}
  • {{ fitting.LoSlot7.type_fk.name }} {{ fitting.LoSlot7.type_fk.name }}
  • {% endif %}
  • {% translate "Rig Slots" %}
  • {% if fitting|empty_slots:'RigSlot' %}
  • {% translate "No Rig Slot Items" %}
  • {% endif %} {% if fitting.RigSlot0 %}
  • {{ fitting.RigSlot0.type_fk.name }} {{ fitting.RigSlot0.type_fk.name }}
  • {% endif %} {% if fitting.RigSlot1 %}
  • {{ fitting.RigSlot1.type_fk.name }} {{ fitting.RigSlot1.type_fk.name }}
  • {% endif %} {% if fitting.RigSlot2 %}
  • {{ fitting.RigSlot2.type_fk.name }} {{ fitting.RigSlot2.type_fk.name }}
  • {% endif %} {% if not fitting|empty_slots:'ServiceSlot' %}
  • {% translate "Service Slots" %}
  • {% if fitting.ServiceSlot0 %}
  • {{ fitting.ServiceSlot0.type_fk.name }} {{ fitting.ServiceSlot0.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot1 %}
  • {{ fitting.ServiceSlot1.type_fk.name }} {{ fitting.ServiceSlot1.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot2 %}
  • {{ fitting.ServiceSlot2.type_fk.name }} {{ fitting.ServiceSlot2.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot3 %}
  • {{ fitting.ServiceSlot3.type_fk.name }} {{ fitting.ServiceSlot3.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot4 %}
  • {{ fitting.ServiceSlot4.type_fk.name }} {{ fitting.ServiceSlot4.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot5 %}
  • {{ fitting.ServiceSlot5.type_fk.name }} {{ fitting.ServiceSlot5.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot6 %}
  • {{ fitting.ServiceSlot6.type_fk.name }} {{ fitting.ServiceSlot6.type_fk.name }}
  • {% endif %} {% if fitting.ServiceSlot7 %}
  • {{ fitting.ServiceSlot7.type_fk.name }} {{ fitting.ServiceSlot7.type_fk.name }}
  • {% endif %} {% endif %} {% if not fitting|empty_slots:'FighterTube' %}
  • {% translate "Fighter Tubes" %}
  • {% if fitting.FighterTube0 %}
  • {{ fitting.FighterTube0.type_fk.name }} {{ fitting.FighterTube0.type_fk.name }}
  • {% endif %} {% if fitting.FighterTube1 %}
  • {{ fitting.FighterTube1.type_fk.name }} {{ fitting.FighterTube1.type_fk.name }}
  • {% endif %} {% if fitting.FighterTube2 %}
  • {{ fitting.FighterTube2.type_fk.name }} {{ fitting.FighterTube2.type_fk.name }}
  • {% endif %} {% if fitting.FighterTube3 %}
  • {{ fitting.FighterTube3.type_fk.name }} {{ fitting.FighterTube3.type_fk.name }}
  • {% endif %} {% if fitting.FighterTube4 %}
  • {{ fitting.FighterTube4.type_fk.name }} {{ fitting.FighterTube4.type_fk.name }}
  • {% endif %} {% endif %} {% if fitting.Cargo|length > 0 %}
  • {% translate "Cargo Bay" %}
  • {% endif %} {% for ammo in fitting.Cargo %}
  • {{ ammo.type_fk.name }} {{ ammo.type_fk.name }} x{{ ammo.quantity }}
  • {% endfor %} {% if fitting.DroneBay|length > 0 %}
  • {% translate "Drone Bay" %}
  • {% endif %} {% for drone in fitting.DroneBay %}
  • {{ drone.type_fk.name }} {{ drone.type_fk.name }} x{{ drone.quantity }}
  • {% endfor %} {% if fitting.FighterBay|length > 0 %}
  • {% translate "Fighter Bay" %}
  • {% endif %} {% for fighter in fitting.FighterBay %}
  • {{ fighter.type_fk.name }} {{ fighter.type_fk.name }} x{{ fighter.quantity }}
  • {% endfor %}