{% 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 %}

{% trans "Watch next" %}

{% trans "More episodes" %}
{% elif ancestor|is_content:"Listen" or parent|is_content:"Listen" %} {% trans "Listen next" %}
{% else %} {% trans "Read more" %} {% endif %} {% endwith %} {% endif %} {% if self.get_parent_section.enable_recommended_section %} {% get_recommended_articles self as recommended_articles %} {% if recommended_articles %}

{% trans "Recommended" %}

{% endif %} {% endif %}