{% load wagtailimages_tags %} Story : {{search_results.title}} {{search_results.prod}} {% for story in search_results.prodStory %} {% for page in story.value.content %} {% if page.block_type == 'image'%} {% image page.value original as storyImg %} {% elif page.block_type == 'theme'%} {% if page.value.position == 'upper-third' %}
{% for block in page.value.content %} {% if block.block_type == 'title' %}

{{block.value.title}}

{% elif block.block_type == 'desc' %}
{{ block.value|safe }}
{% elif block.block_type == 'cta' %} {% endif %} {% endfor %}
{% elif page.value.position == 'middle-third' %}
{% for block in page.value.content %} {% if block.block_type == 'title' %}

{{block.value.title}}

{% elif block.block_type == 'desc' %}
{{ block.value|safe }}
{% elif block.block_type == 'cta' %} {% endif %} {% endfor %}
{% else %}
{% for block in page.value.content %} {% if block.block_type == 'title' %}

{{block.value.title}}

{% elif block.block_type == 'desc' %}
{{ block.value|safe }}
{% elif block.block_type == 'cta' %} {% endif %} {% endfor %}
{% endif %}
{% else %}
{% endif %} {% endfor %}
{% endfor %}