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