{% for i in xlsx_products %} {% for image in i.productimage_set.all %} {% if image.fea_img == 1 %} {{ image.product_image.url }} {% endif %} {% endfor %} {{ i.product_name }} {{ i.company }} {{ i.brand }} {{ i.model_no }} {{ i.email }} {{ i.contact_person }} {{ i.contact_no }} {% if i.other_category == "" %} Registered Category {% else %} Other Category {% endif %} {% if i.status == "1" %} {% else %} {% endif %} {% if i.special == "1" %} {% else %} {% endif %} img img {% endfor %}