{% load cms_tags menu_tags sekizai_tags %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %}
{% for tale in instance.tales.all %} {% if flavour == 'mobile' %}
{% if tale.mobile_image %} {{ tale.alt }} {% elif tale.image %} {{ tale.alt }} {% else %}
{% endif %}
{% if tale.name %}

{{ tale.name }}

{% endif %} {% if tale.body %}
{{ tale.body|safe }}
{% endif %}
{% else %}
{% if tale.image %} {{ tale.alt }} {% else %}
{% endif %}
{% if tale.name %}

{{ tale.name }}

{% endif %} {% if tale.body %}
{{ tale.body|safe }}
{% endif %}
{% endif %} {% endfor %}