{% extends 'fittings/base.html' %} {% load i18n %} {% load humanize %} {% 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" %}
{% translate "Fittings" %}
{% if fitting.HiSlot0 %}{% endif %}
{% if fitting.HiSlot1 %}{% endif %}
{% if fitting.HiSlot2 %}{% endif %}
{% if fitting.HiSlot3 %}{% endif %}
{% if fitting.HiSlot4 %}{% endif %}
{% if fitting.HiSlot5 %}{% endif %}
{% if fitting.HiSlot6 %}{% endif %}
{% if fitting.HiSlot7 %}{% endif %}
{% if fitting.MedSlot0 %}{% endif %}
{% if fitting.MedSlot1 %}{% endif %}
{% if fitting.MedSlot2 %}{% endif %}
{% if fitting.MedSlot3 %}{% endif %}
{% if fitting.MedSlot4 %}{% endif %}
{% if fitting.MedSlot5 %}{% endif %}
{% if fitting.MedSlot6 %}{% endif %}
{% if fitting.MedSlot7 %}{% endif %}
{% if fitting.LoSlot0 %}{% endif %}
{% if fitting.LoSlot1 %}{% endif %}
{% if fitting.LoSlot2 %}{% endif %}
{% if fitting.LoSlot3 %}{% endif %}
{% if fitting.LoSlot4 %}{% endif %}
{% if fitting.LoSlot5 %}{% endif %}
{% if fitting.LoSlot6 %}{% endif %}
{% if fitting.LoSlot7 %}{% endif %}
{% if fitting.RigSlot0 %}{% endif %}
{% if fitting.RigSlot1 %}{% endif %}
{% if fitting.RigSlot2 %}{% endif %}
{% if slots.sub %}
{% if fitting.SubSystemSlot0 %}{% endif %}
{% if fitting.SubSystemSlot1 %}{% endif %}
{% if fitting.SubSystemSlot2 %}{% endif %}
{% if fitting.SubSystemSlot3 %}{% endif %}
{% endif %}

{{fit.name}}

{% for cat in cats %} {{cat.name}} {% endfor %}
{% translate "Hull" %}
{{ fit.ship_type.type_name }}
{% translate "Fitting Notes" %}

{{ fit.description|break_html_lines|striptags }}

{% translate "Fit" %}
Save to EVE

  • {% translate "Hull" %}
  • {{ fit.ship_type.type_name }}
  • {% if fitting.SubSystemSlot0 %}
  • {% translate "SubSystems" %}
  • {{fitting.SubSystemSlot0.item_name}}
  • {{fitting.SubSystemSlot1.item_name}}
  • {{fitting.SubSystemSlot2.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}}
  • {% 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 %}
  • {% translate "Medium Slots" %}
  • {% if fitting|empty_slots:'MedSlot' %}
  • {% translate "No Medium Slot Items" %}
  • {% endif %} {% 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 %}
  • {% translate "Low Slots" %}
  • {% if fitting|empty_slots:'LoSlot' %}
  • {% translate "No Low Slot Items" %}
  • {% endif %} {% 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 %}
  • {% translate "Rig Slots" %}
  • {% if fitting|empty_slots:'RigSlot' %}
  • {% translate "No Rig Slot Items" %}
  • {% endif %} {% 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 not fitting|empty_slots:'ServiceSlot' %}
  • {% translate "Service Slots" %}
  • {% if fitting.ServiceSlot0 %}
  • {{fitting.ServiceSlot0.item_name}}
  • {% endif %} {% if fitting.ServiceSlot1 %}
  • {{fitting.ServiceSlot1.item_name}}
  • {% endif %} {% if fitting.ServiceSlot2 %}
  • {{fitting.ServiceSlot2.item_name}}
  • {% endif %} {% if fitting.ServiceSlot3 %}
  • {{fitting.ServiceSlot3.item_name}}
  • {% endif %} {% if fitting.ServiceSlot4 %}
  • {{fitting.ServiceSlot4.item_name}}
  • {% endif %} {% if fitting.ServiceSlot5 %}
  • {{fitting.ServiceSlot5.item_name}}
  • {% endif %} {% if fitting.ServiceSlot6 %}
  • {{fitting.ServiceSlot6.item_name}}
  • {% endif %} {% if fitting.ServiceSlot7 %}
  • {{fitting.ServiceSlot7.item_name}}
  • {% endif %} {% endif %} {% if not fitting|empty_slots:'FighterTube' %}
  • {% translate "Fighter Tubes" %}
  • {% if fitting.FighterTube0 %}
  • {{fitting.FighterTube0.item_name}}
  • {% endif %} {% if fitting.FighterTube1 %}
  • {{fitting.FighterTube1.item_name}}
  • {% endif %} {% if fitting.FighterTube2 %}
  • {{fitting.FighterTube2.item_name}}
  • {% endif %} {% if fitting.FighterTube3 %}
  • {{fitting.FighterTube3.item_name}}
  • {% endif %} {% if fitting.FighterTube4 %}
  • {{fitting.FighterTube4.item_name}}
  • {% endif %} {% endif %} {% if fitting.Cargo|length > 0 %}
  • {% translate "Cargo Bay" %}
  • {% endif %} {% for ammo in fitting.Cargo %}
  • {{ammo.item_name}} x{{ammo.quantity}}
  • {% endfor %} {% if fitting.DroneBay|length > 0 %}
  • {% translate "Drone Bay" %}
  • {% endif %} {% for drone in fitting.DroneBay %}
  • {{drone.item_name}} x{{drone.quantity}}
  • {% endfor %} {% if fitting.FighterBay|length > 0 %}
  • {% translate "Fighter Bay" %}
  • {% endif %} {% for fighter in fitting.FighterBay %}
  • {{fighter.item_name}} x{{fighter.quantity}}
  • {% endfor %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} $(document).ready(function() { $('[data-toggle="tooltip"]').tooltip(); }); {% endblock %}