{% extends 'fittings/base.html' %} {% load i18n %} {% load humanize %} {% load filters %} {% load static %} {% block extra_css %} {% endblock %} {% block page_title %}{{ fitting.name }} {% trans "Fit" %}{% endblock %} {% block fittings_block %} {# modal start #} {# modal end #}
Fit Information
Doctrines
Fittings
{% if fitting.HiSlot0 %}{% item_img fitting.HiSlot0.type_id fitting.HiSlot0.item_name 32 %}{% endif %}
{% if fitting.HiSlot1 %}{% item_img fitting.HiSlot1.type_id fitting.HiSlot1.item_name 32 %}{% endif %}
{% if fitting.HiSlot2 %}{% item_img fitting.HiSlot2.type_id fitting.HiSlot2.item_name 32 %}{% endif %}
{% if fitting.HiSlot3 %}{% item_img fitting.HiSlot3.type_id fitting.HiSlot3.item_name 32 %}{% endif %}
{% if fitting.HiSlot4 %}{% item_img fitting.HiSlot4.type_id fitting.HiSlot4.item_name 32 %}{% endif %}
{% if fitting.HiSlot5 %}{% item_img fitting.HiSlot5.type_id fitting.HiSlot5.item_name 32 %}{% endif %}
{% if fitting.HiSlot6 %}{% item_img fitting.HiSlot6.type_id fitting.HiSlot6.item_name 32 %}{% endif %}
{% if fitting.HiSlot7 %}{% item_img fitting.HiSlot7.type_id fitting.HiSlot7.item_name 32 %}{% endif %}
{% if fitting.MedSlot0 %}{% item_img fitting.MedSlot0.type_id fitting.MedSlot0.item_name 32 %}{% endif %}
{% if fitting.MedSlot1 %}{% item_img fitting.MedSlot1.type_id fitting.MedSlot1.item_name 32 %}{% endif %}
{% if fitting.MedSlot2 %}{% item_img fitting.MedSlot2.type_id fitting.MedSlot2.item_name 32 %}{% endif %}
{% if fitting.MedSlot3 %}{% item_img fitting.MedSlot3.type_id fitting.MedSlot3.item_name 32 %}{% endif %}
{% if fitting.MedSlot4 %}{% item_img fitting.MedSlot4.type_id fitting.MedSlot4.item_name 32 %}{% endif %}
{% if fitting.MedSlot5 %}{% item_img fitting.MedSlot5.type_id fitting.MedSlot5.item_name 32 %}{% endif %}
{% if fitting.MedSlot6 %}{% item_img fitting.MedSlot6.type_id fitting.MedSlot6.item_name 32 %}{% endif %}
{% if fitting.MedSlot7 %}{% item_img fitting.MedSlot7.type_id fitting.MedSlot7.item_name 32 %}{% endif %}
{% if fitting.LoSlot0 %}{% item_img fitting.LoSlot0.type_id fitting.LoSlot0.item_name 32 %}{% endif %}
{% if fitting.LoSlot1 %}{% item_img fitting.LoSlot1.type_id fitting.LoSlot1.item_name 32 %}{% endif %}
{% if fitting.LoSlot2 %}{% item_img fitting.LoSlot2.type_id fitting.LoSlot3.item_name 32 %}{% endif %}
{% if fitting.LoSlot3 %}{% item_img fitting.LoSlot3.type_id fitting.LoSlot3.item_name 32 %}{% endif %}
{% if fitting.LoSlot4 %}{% item_img fitting.LoSlot4.type_id fitting.LoSlot4.item_name 32 %}{% endif %}
{% if fitting.LoSlot5 %}{% item_img fitting.LoSlot5.type_id fitting.LoSlot5.item_name 32 %}{% endif %}
{% if fitting.LoSlot6 %}{% item_img fitting.LoSlot6.type_id fitting.LoSlot6.item_name 32 %}{% endif %}
{% if fitting.LoSlot7 %}{% item_img fitting.LoSlot7.type_id fitting.LoSlot7.item_name 32 %}{% endif %}
{% if fitting.RigSlot0 %}{% item_img fitting.RigSlot0.type_id fitting.RigSlot0.item_name 32 %}{% endif %}
{% if fitting.RigSlot1 %}{% item_img fitting.RigSlot1.type_id fitting.RigSlot1.item_name 32 %}{% endif %}
{% if fitting.RigSlot2 %}{% item_img fitting.RigSlot2.type_id fitting.RigSlot2.item_name 32 %}{% endif %}
{% if fitting.SubSystemSlot0 %}{% item_img fitting.SubSystemSlot0.type_id fitting.SubSystemSlot0.item_name 32 %}{% endif %}
{% if fitting.SubSystemSlot1 %}{% item_img fitting.SubSystemSlot1.type_id fitting.SubSystemSlot1.item_name 32 %}{% endif %}
{% if fitting.SubSystemSlot2 %}{% item_img fitting.SubSystemSlot2.type_id fitting.SubSystemSlot2.item_name 32 %}{% endif %}
{% if fitting.SubSystemSlot3 %}{% item_img fitting.SubSystemSlot3.type_id fitting.SubSystemSlot3.item_name 32 %}{% endif %}

{{fit.name}}

Hull
{{ fit.ship_type.type_name }}
Fitting Notes

{{ fit.description|break_html_lines|striptags }}

Fit
Save to EVE

  • Hull
  • {% item_img fit.ship_type_type_id fit.ship_type.type_name '32' %} {{ fit.ship_type.type_name }}
  • {% if fitting.SubSystemSlot0 %}
  • SubSystems
  • {% item_img fitting.SubSystemSlot0.type_id fitting.SubSystemSlot0.item_name '32' %} {{fitting.SubSystemSlot0.item_name}}
  • {% item_img fitting.SubSystemSlot1.type_id fitting.SubSystemSlot1.item_name '32' %} {{fitting.SubSystemSlot1.item_name}}
  • {% item_img fitting.SubSystemSlot2.type_id fitting.SubSystemSlot2.item_name '32' %} {{fitting.SubSystemSlot2.item_name}}
  • {% item_img fitting.SubSystemSlot3.type_id fitting.SubSystemSlot3.item_name '32' %} {{fitting.SubSystemSlot3.item_name}}
  • {% endif %}
  • High Slots
  • {% if fitting|empty_slots:'HiSlot' %}
  • No High Slot Items
  • {% endif %} {% if fitting.HiSlot0 %}
  • {% item_img fitting.HiSlot0.type_id fitting.HiSlot0.item_name '32' %} {{fitting.HiSlot0.item_name}}
  • {% endif %} {% if fitting.HiSlot1 %}
  • {% item_img fitting.HiSlot1.type_id fitting.HiSlot1.item_name '32' %} {{fitting.HiSlot1.item_name}}
  • {% endif %} {% if fitting.HiSlot2 %}
  • {% item_img fitting.HiSlot2.type_id fitting.HiSlot2.item_name '32' %} {{fitting.HiSlot2.item_name}}
  • {% endif %} {% if fitting.HiSlot3 %}
  • {% item_img fitting.HiSlot3.type_id fitting.HiSlot3.item_name '32' %} {{fitting.HiSlot3.item_name}}
  • {% endif %} {% if fitting.HiSlot4 %}
  • {% item_img fitting.HiSlot4.type_id fitting.HiSlot4.item_name '32' %} {{fitting.HiSlot4.item_name}}
  • {% endif %} {% if fitting.HiSlot5 %}
  • {% item_img fitting.HiSlot5.type_id fitting.HiSlot5.item_name '32' %} {{fitting.HiSlot5.item_name}}
  • {% endif %} {% if fitting.HiSlot6 %}
  • {% item_img fitting.HiSlot6.type_id fitting.HiSlot6.item_name '32' %} {{fitting.HiSlot6.item_name}}
  • {% endif %} {% if fitting.HiSlot7 %}
  • {% item_img fitting.HiSlot7.type_id fitting.HiSlot7.item_name '32' %} {{fitting.HiSlot7.item_name}}
  • {% endif %}
  • Medium Slots
  • {% if fitting|empty_slots:'MedSlot' %}
  • No Medium Slot Items
  • {% endif %} {% if fitting.MedSlot0 %}
  • {% item_img fitting.MedSlot0.type_id fitting.MedSlot0.item_name '32' %} {{fitting.MedSlot0.item_name}}
  • {% endif %} {% if fitting.MedSlot1 %}
  • {% item_img fitting.MedSlot1.type_id fitting.MedSlot1.item_name '32' %} {{fitting.MedSlot1.item_name}}
  • {% endif %} {% if fitting.MedSlot2 %}
  • {% item_img fitting.MedSlot2.type_id fitting.MedSlot2.item_name '32' %} {{fitting.MedSlot2.item_name}}
  • {% endif %} {% if fitting.MedSlot3 %}
  • {% item_img fitting.MedSlot3.type_id fitting.MedSlot3.item_name '32' %} {{fitting.MedSlot3.item_name}}
  • {% endif %} {% if fitting.MedSlot4 %}
  • {% item_img fitting.MedSlot4.type_id fitting.MedSlot4.item_name '32' %} {{fitting.MedSlot4.item_name}}
  • {% endif %} {% if fitting.MedSlot5 %}
  • {% item_img fitting.MedSlot5.type_id fitting.MedSlot5.item_name '32' %} {{fitting.MedSlot5.item_name}}
  • {% endif %} {% if fitting.MedSlot6 %}
  • {% item_img fitting.MedSlot6.type_id fitting.MedSlot6.item_name '32' %} {{fitting.MedSlot6.item_name}}
  • {% endif %} {% if fitting.MedSlot7 %}
  • {% item_img fitting.MedSlot7.type_id fitting.MedSlot7.item_name '32' %} {{fitting.MedSlot7.item_name}}
  • {% endif %}
  • Low Slots
  • {% if fitting|empty_slots:'LoSlot' %}
  • No Low Slot Items
  • {% endif %} {% if fitting.LoSlot0 %}
  • {% item_img fitting.LoSlot0.type_id fitting.LoSlot0.item_name '32' %} {{fitting.LoSlot0.item_name}}
  • {% endif %} {% if fitting.LoSlot1 %}
  • {% item_img fitting.LoSlot1.type_id fitting.LoSlot1.item_name '32' %} {{fitting.LoSlot1.item_name}}
  • {% endif %} {% if fitting.LoSlot2 %}
  • {% item_img fitting.LoSlot2.type_id fitting.LoSlot2.item_name '32' %} {{fitting.LoSlot2.item_name}}
  • {% endif %} {% if fitting.LoSlot3 %}
  • {% item_img fitting.LoSlot3.type_id fitting.LoSlot3.item_name '32' %} {{fitting.LoSlot3.item_name}}
  • {% endif %} {% if fitting.LoSlot4 %}
  • {% item_img fitting.LoSlot4.type_id fitting.LoSlot4.item_name '32' %} {{fitting.LoSlot4.item_name}}
  • {% endif %} {% if fitting.LoSlot5 %}
  • {% item_img fitting.LoSlot5.type_id fitting.LoSlot5.item_name '32' %} {{fitting.LoSlot5.item_name}}
  • {% endif %} {% if fitting.LoSlot6 %}
  • {% item_img fitting.LoSlot6.type_id fitting.LoSlot6.item_name '32' %} {{fitting.LoSlot6.item_name}}
  • {% endif %} {% if fitting.LoSlot7 %}
  • {% item_img fitting.LoSlot7.type_id fitting.LoSlot7.item_name '32' %} {{fitting.LoSlot7.item_name}}
  • {% endif %}
  • Rig Slots
  • {% if fitting|empty_slots:'RigSlot' %}
  • No Rig Slot Items
  • {% endif %} {% if fitting.RigSlot0 %}
  • {% item_img fitting.RigSlot0.type_id fitting.RigSlot0.item_name '32' %} {{fitting.RigSlot0.item_name}}
  • {% endif %} {% if fitting.RigSlot1 %}
  • {% item_img fitting.RigSlot1.type_id fitting.RigSlot1.item_name '32' %} {{fitting.RigSlot1.item_name}}
  • {% endif %} {% if fitting.RigSlot2 %}
  • {% item_img fitting.RigSlot2.type_id fitting.RigSlot2.item_name '32' %} {{fitting.RigSlot2.item_name}}
  • {% endif %} {% if not fitting|empty_slots:'ServiceSlot' %}
  • Service Slots
  • {% if fitting.ServiceSlot0 %}
  • {% item_img fitting.ServiceSlot0.type_id fitting.ServiceSlot0.item_name '32' %} {{fitting.ServiceSlot0.item_name}}
  • {% endif %} {% if fitting.ServiceSlot1 %}
  • {% item_img fitting.ServiceSlot1.type_id fitting.ServiceSlot1.item_name '32' %} {{fitting.ServiceSlot1.item_name}}
  • {% endif %} {% if fitting.ServiceSlot2 %}
  • {% item_img fitting.ServiceSlot2.type_id fitting.ServiceSlot2.item_name '32' %} {{fitting.ServiceSlot2.item_name}}
  • {% endif %} {% if fitting.ServiceSlot3 %}
  • {% item_img fitting.ServiceSlot3.type_id fitting.ServiceSlot3.item_name '32' %} {{fitting.ServiceSlot3.item_name}}
  • {% endif %} {% if fitting.ServiceSlot4 %}
  • {% item_img fitting.ServiceSlot4.type_id fitting.ServiceSlot4.item_name '32' %} {{fitting.ServiceSlot4.item_name}}
  • {% endif %} {% if fitting.ServiceSlot5 %}
  • {% item_img fitting.ServiceSlot5.type_id fitting.ServiceSlot5.item_name '32' %} {{fitting.ServiceSlot5.item_name}}
  • {% endif %} {% if fitting.ServiceSlot6 %}
  • {% item_img fitting.ServiceSlot6.type_id fitting.ServiceSlot6.item_name '32' %} {{fitting.ServiceSlot6.item_name}}
  • {% endif %} {% if fitting.ServiceSlot7 %}
  • {% item_img fitting.ServiceSlot7.type_id fitting.ServiceSlot7.item_name '32' %} {{fitting.ServiceSlot7.item_name}}
  • {% endif %} {% endif %} {% if not fitting|empty_slots:'FighterTube' %}
  • Fighter Tubes
  • {% if fitting.FighterTube0 %}
  • {% item_img fitting.FighterTube0.type_id fitting.FighterTube0.item_name '32' %}{{fitting.FighterTube0.item_name}}
  • {% endif %} {% if fitting.FighterTube1 %}
  • {% item_img fitting.FighterTube1.type_id fitting.FighterTube1.item_name '32' %}{{fitting.FighterTube1.item_name}}
  • {% endif %} {% if fitting.FighterTube2 %}
  • {% item_img fitting.FighterTube2.type_id fitting.FighterTube2.item_name '32' %}{{fitting.FighterTube2.item_name}}
  • {% endif %} {% if fitting.FighterTube3 %}
  • {% item_img fitting.FighterTube3.type_id fitting.FighterTube3.item_name '32' %}{{fitting.FighterTube3.item_name}}
  • {% endif %} {% if fitting.FighterTube4 %}
  • {% item_img fitting.FighterTube4.type_id fitting.FighterTube4.item_name '32' %}{{fitting.FighterTube4.item_name}}
  • {% endif %} {% endif %} {% if fitting.Cargo|length > 0 %}
  • Cargo Bay
  • {% endif %} {% for ammo in fitting.Cargo %}
  • {% item_img ammo.type_id ammo.item_name '32' %} {{ammo.item_name}} x{{ammo.quantity}}
  • {% endfor %} {% if fitting.DroneBay|length > 0 %}
  • Drone Bay
  • {% endif %} {% for drone in fitting.DroneBay %}
  • {% item_img drone.type_id drone.item_name '32' %} {{drone.item_name}} x{{drone.quantity}}
  • {% endfor %} {% if fitting.FighterBay|length > 0 %}
  • Fighter Bay
  • {% endif %} {% for fighter in fitting.FighterBay %}
  • {% item_img fighter.type_id fighter.item_name '32' %} {{fighter.item_name}} x{{fighter.quantity}}
  • {% endfor %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); {% endblock %}