{% load staticfiles %}
{% if boy_shirts %}
  • {% if not boy_shirts == 'nothing' %} {% for item in boy_shirts %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if boy_jacket %}
  • {% if not boy_jacket == 'nothing' %} {% for item in boy_jacket %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if boy_vest %}
  • {% if not boy_vest == 'nothing' %} {% for item in boy_vest %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if boy_pants %}
  • {% if not boy_pants == 'nothing' %} {% for item in boy_pants %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if boy_overall %}
  • {% if not boy_overall == 'nothing' %} {% for item in boy_overall %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if boy_acc %}
  • {% if not boy_acc == 'nothing' %} {% for item in boy_acc %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %}
{% if girl_shirts%}
  • {% if not girl_shirts == 'nothing' %} {% for item in girl_shirts %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_jacket%}
  • {% if not girl_jacket == 'nothing' %} {% for item in girl_jacket %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_vest%}
  • {% if not girl_vest == 'nothing' %} {% for item in girl_vest %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_pants%}
  • {% if not girl_pants == 'nothing' %} {% for item in girl_pants %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_skirt%}
  • {% if not girl_skirt == 'nothing' %} {% for item in girl_skirt %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_one_piece%}
  • {% if not girl_one_piece == 'nothing' %} {% for item in girl_one_piece %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_overall%}
  • {% if not girl_overall == 'nothing' %} {% for item in girl_overall %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_dress%}
  • {% if not girl_dress == 'nothing' %} {% for item in girl_dress %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %} {% if girl_acc%}
  • {% if not girl_acc == 'nothing' %} {% for item in girl_acc %}
  • {{ item.name }}

  • {% endfor %} {% endif %}
{% endif %}