{% load wagtailcore_tags core_tags wagtailimages_tags comments gem_tags %} {% get_translation self.get_parent_section as section %} {% get_next_article self as next_article %} {% if next_article and self.get_parent_section.enable_next_section %}
{% if section.get_effective_image %} {% image section.get_effective_image width-200 as section_photo %} {{ section.title }} {% else %} {% endif %}

{% trans "Read next" %}...

{% endif %} {% if self.get_parent_section.enable_recommended_section %} {% get_recommended_articles self as recommended_articles %} {% if recommended_articles %}
{% if section.get_effective_image %} {% image section.get_effective_image width-200 as section_photo %} {{ section.title }} {% else %} {% endif %}

{% trans "Recommended stories" %}

{% endif %} {% endif %}