{% load wagtailcore_tags wagtailimages_tags custom_filters %} {% if page.feed_image %}
{% image page.feed_image fill-940x400 class="img-responsive" %}
{% endif %}

{{ page.trans_title }}

{{ page.trans_intro|richtext }}
{% if page.date %}

{{ page.date }}

{% endif %}
{% for block in page.trans_body %} {% if block.block_type == 'heading' %}

{{ block.value }}

{% elif block.block_type == 'media' %} {% if block.value == 'gallery' %} {% include 'home/photo_gallery.html' %} {% endif %} {% elif block.block_type == 'iframe' %} {% autoescape off %} {{ block.value|richtext|ph_html_decode}} {% endautoescape %} {% elif block.block_type != 'info' %}

{% include_block block %}

{% endif %} {% endfor %}
{% for block in page.trans_body %} {% if block.block_type == 'info' %}
{% image block.value.photo fill-300x300 %}

{{ block.value.title }}

{{ block.value.summary|richtext }} {% if block.value.action %} {% endif %}
{% endif %} {% endfor %}