{% 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.type_fk.name }}
{% endif %} {% if fitting.MedSlot1 %}
{{ fitting.MedSlot1.type_fk.name }}
{% endif %} {% if fitting.MedSlot2 %}
{{ fitting.MedSlot2.type_fk.name }}
{% endif %} {% if fitting.MedSlot3 %}
{{ fitting.MedSlot3.type_fk.name }}
{% endif %} {% if fitting.MedSlot4 %}
{{ fitting.MedSlot4.type_fk.name }}
{% endif %} {% if fitting.MedSlot5 %}
{{ fitting.MedSlot5.type_fk.name }}
{% endif %} {% if fitting.MedSlot6 %}
{{ fitting.MedSlot6.type_fk.name }}
{% endif %} {% if fitting.MedSlot7 %}
{{ fitting.MedSlot7.type_fk.name }}
{% endif %}