{% load wagtailcore_tags core_tags wagtailimages_tags gem_tags %} {% for section in sections %} {% if section %} {% if section|is_content:"News" %} {% load_descendant_articles_for_section section featured_in_homepage=True as articles %} {% if articles %}
{% trans "View all" %}
{% endif %} {% endif %} {% endif %} {% endfor %} {% for section in sections %} {% if section %} {% if section|is_content:"Cast" %}
{% load_descendant_articles_for_section section featured_in_homepage=True as articles %} {% if articles %}
{% endif %}
{% endif %} {% endif %} {% endfor %}