{% if big_card.image %}
{% include 'components/blocks/big_card_img.html' with big_card_id=big_card_id big_card_img_id=forloop.counter %}
{% endif %}
{% include 'components/blocks/big_card_text.html' with big_card_id=big_card_id big_card_text_id=forloop.counter %}