{% for item in designers %} {% if item.is_active %}

{% for item in item.break_name %} {{ item.title }}
{% endfor %}

{% if viewType == 'author' and item.thumb_photo %} {% elif viewType == 'design' and item.thumb_work %} {% elif viewType == 'text' and item.quote_text %}
{{ item.quote_text|safe }}
{% else %}
{% endif %}
{{ item.thumb_text|safe }}
{% endif %} {% endfor %}