{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.created|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.created|date:'d M Y H:i:s' }}
{% endif %}
{% endif %}
{% if fit.last_updated %}
{% translate "Last Updated" %}
{% if LANGUAGE_CODE == 'ko' or LANGUAGE_CODE == 'ja' %}
{{ fit.last_updated|date:'Y-m-d / H:i:s' }}
{% else %}
{{ fit.last_updated|date:'d M Y H:i:s' }}
{% endif %}
{% endif %}
{% translate "Fitting" %}
{% with slots.high|stringformat:"s" as high_slot_id %}
{% with "fittings/img/pannel/"|add:high_slot_id|add:"h.png" as high_slots_grid %}
{% endwith %}
{% endwith %}
{% 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 %}
{% with slots.med|stringformat:"s" as med_slot_id %}
{% with "fittings/img/pannel/"|add:med_slot_id|add:"m.png" as med_slots_grid %}
{% endwith %}
{% endwith %}
{% 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 %}
{% with slots.low|stringformat:"s" as low_slot_id %}
{% with "fittings/img/pannel/"|add:low_slot_id|add:"l.png" as low_slots_grid %}
{% endwith %}
{% endwith %}
{% 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 %}
{% with slots.rig|stringformat:"s" as rig_slot_id %}
{% with "fittings/img/pannel/"|add:rig_slot_id|add:"r.png" as rig_slots_grid %}
{% endwith %}
{% endwith %}
{% if fitting.RigSlot0 %}
{% endif %}
{% if fitting.RigSlot1 %}
{% endif %}
{% if fitting.RigSlot2 %}
{% endif %}
{% 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 %}
{% endwith %}
{% endwith %}