{% for item in designer.gallery.all %}
{% if item.work_type == 3 %}
{% elif item.work_type == 4 %}
{% else %}
{% endif %}
{% endfor %}
{{ item.quote|safe }}
{{ item.text_small_short|safe }}
{{ item.text_small_full|safe }}
{{ item.quote|safe }}
{{ item.text_small_short|safe }}
{{ item.text_small_full|safe }}
{{ item.text_small_short|safe }}
{{ item.text_small_full|safe }}
{% include "designer-index.html" %}