{% load staticfiles %}
{% for couple in couple_list %}
{% if request.session.sim_type == 'admin' %} {% if couple_type == 'catalog' %}
{% else %}
{% endif %} {% else %} {% if couple_type == 'normal' %}
{% if couple.favorite_check %} {% else %} {% endif %}
{% elif couple_type == 'catalog' %}
{% if couple.favorite_check %} {% else %} {% endif %}
{% else %}
{% if couple.favorite_check %} {% else %} {% endif %}
{% endif %} {% endif %}
{#
#}
{% endfor %}