{% load wagtailimages_tags %}
Story : {{search_results.title}}
{{search_results.prod}}
{% for story in search_results %} {% if story.block_type == 'web_story' %} {% for page in story.value.content %}
{% image page.value.image original as storyImg %}
{% if story.wStoTitle %}
ok
{% endif %} {% if story.wStoShortDesc %}
{{story.wStoShortDesc |safe }}
{% endif %} {% if story.acBtnText %}
{{story.acBtnText }}
{% endif %}
{% endfor %} {% endif %} {% endfor %}