{% extends 'fittings/base.html' %} {% load i18n %} {% load filters %} {% load static %} {% load evelinks %} {% block page_title %}{{ fitting.name }} {% translate "Fit" %}{% endblock %} {% block fittings_block %} {# modal start #} {# modal end #}
{% translate "Fit Information" %} {% if perms.fittings.manage %} {% endif %}
{% translate "Doctrines" %}
{% if fit.created %}
{% translate "Created" %}
{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.created|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.created|date:'d M Y H:i:s' }}
{% endif %} {% endif %} {% if fit.last_updated %}
{% translate "Last Updated" %}
{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.last_updated|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.last_updated|date:'d M Y H:i:s' }}
{% endif %} {% endif %}
{% translate "Fitting" %}
{% with slots.high|stringformat:"s" as high_slot_id %} {% with "fittings/img/pannel/"|add:high_slot_id|add:"h.png" as high_slots_grid %} High Slots {% endwith %} {% endwith %}
{% if fitting.HiSlot0 %} {{ fitting.HiSlot0.item_name }} {% endif %}
{% if fitting.HiSlot1 %} {{ fitting.HiSlot1.item_name }} {% endif %}
{% if fitting.HiSlot2 %} {{ fitting.HiSlot2.item_name }} {% endif %}
{% if fitting.HiSlot3 %} {{ fitting.HiSlot3.item_name }} {% endif %}
{% if fitting.HiSlot4 %} {{ fitting.HiSlot4.item_name }} {% endif %}
{% if fitting.HiSlot5 %} {{ fitting.HiSlot5.item_name }} {% endif %}
{% if fitting.HiSlot6 %} {{ fitting.HiSlot6.item_name }} {% endif %}
{% if fitting.HiSlot7 %}{{ fitting.HiSlot7.item_name }}{% endif %}
{% with slots.med|stringformat:"s" as med_slot_id %} {% with "fittings/img/pannel/"|add:med_slot_id|add:"m.png" as med_slots_grid %} Med Slots {% endwith %} {% endwith %}
{% if fitting.MedSlot0 %} {{ fitting.MedSlot0.item_name }} {% endif %}
{% if fitting.MedSlot1 %} {{ fitting.MedSlot1.item_name }} {% endif %}
{% if fitting.MedSlot2 %} {{ fitting.MedSlot2.item_name }} {% endif %}
{% if fitting.MedSlot3 %} {{ fitting.MedSlot3.item_name }} {% endif %}
{% if fitting.MedSlot4 %} {{ fitting.MedSlot4.item_name }} {% endif %}
{% if fitting.MedSlot5 %} {{ fitting.MedSlot5.item_name }} {% endif %}
{% if fitting.MedSlot6 %} {{ fitting.MedSlot6.item_name }} {% endif %}
{% if fitting.MedSlot7 %} {{ fitting.MedSlot7.item_name }} {% endif %}
{% with slots.low|stringformat:"s" as low_slot_id %} {% with "fittings/img/pannel/"|add:low_slot_id|add:"l.png" as low_slots_grid %} Low Slots {% endwith %} {% endwith %}
{% if fitting.LoSlot0 %} {{ fitting.LoSlot0.item_name }} {% endif %}
{% if fitting.LoSlot1 %} {{ fitting.LoSlot1.item_name }} {% endif %}
{% if fitting.LoSlot2 %} {{ fitting.LoSlot2.item_name }} {% endif %}
{% if fitting.LoSlot3 %} {{ fitting.LoSlot3.item_name }} {% endif %}
{% if fitting.LoSlot4 %} {{ fitting.LoSlot4.item_name }} {% endif %}
{% if fitting.LoSlot5 %} {{ fitting.LoSlot5.item_name }} {% endif %}
{% if fitting.LoSlot6 %} {{ fitting.LoSlot6.item_name }} {% endif %}
{% if fitting.LoSlot7 %} {{ fitting.LoSlot7.item_name }} {% endif %}
{% with slots.rig|stringformat:"s" as rig_slot_id %} {% with "fittings/img/pannel/"|add:rig_slot_id|add:"r.png" as rig_slots_grid %} Rig Slots {% endwith %} {% endwith %}
{% if fitting.RigSlot0 %} {{ fitting.RigSlot0.item_name }} {% endif %}
{% if fitting.RigSlot1 %} {{ fitting.RigSlot1.item_name }} {% endif %}
{% if fitting.RigSlot2 %} {{ fitting.RigSlot2.item_name }} {% endif %}
{% if slots.sub %}
{% with slots.sub|stringformat:"s" as sub_slot_id %} {% with "fittings/img/pannel/"|add:sub_slot_id|add:"s.png" as sub_slots_grid %} Subsystem Slots {% endwith %} {% endwith %}
{% if fitting.SubSystemSlot0 %} {{ fitting.SubSystemSlot0.item_name }} {% endif %}
{% if fitting.SubSystemSlot1 %} {{ fitting.SubSystemSlot1.item_name }} {% endif %}
{% if fitting.SubSystemSlot2 %} {{ fitting.SubSystemSlot2.item_name }} {% endif %}
{% if fitting.SubSystemSlot3 %} {{ fitting.SubSystemSlot3.item_name }} {% endif %}
{% endif %}
{{ fit.ship_type.type_name }}

{{ fit.name }}

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