{% load static %} {% load evelinks %} {% 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 %}