{% for item in designers %}
{% if item.is_active %}
-
{{ item.designer_name|title }}
{% if item.thumb_photo and activeLink == 'profile' %}
{% endif %}
{% endif %}
{% endfor %}
{% for item in designers %}
{% if not item.is_active %}
- {{ item.designer_name|title }}
{% endif %}
{% endfor %}