{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags wagtailembeds_tags wagtailsettings_tags core_tags comments gem_tags molo_forms_tags %} {% get_settings %} {% block content %} {% load_sections service_aggregator=True as service_aggregators %} {% load_sections as sections %} {% with parent_section=self.get_parent_section %} {% if sections %} {# #} {% for section in sections %} {% if parent_section.pk == section.pk %}
{% comment %}{% endcomment %} {% if has_polls %} {% forms_list_for_pages page=self %} {% endif %} {% include "comments/comment_block.html" with article=self %}
{% get_translation self.get_parent_section as section %} {% content_is section "Videos" as is_video_section %} {% if not is_video_section %} {% load_child_articles_for_section section.get_first_sibling.specific False as articles %} {% else %} {% load_child_articles_for_section section as articles %} {% endif %}
{# #} {% if articles %} {% endif %}
{% endif %} {% endfor %} {% include "core/article_page-service-finder.html" %} {% endif %} {% endwith %} {% endblock %}