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