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