{{ page.basicpage.content|richtext_filters|safe }}
{% endeditable %}
+ {% if page.get_ascendants|length == 1 %}
+ {% children_pages page.id as childrens %}
+ {% if childrens %}
+ {% for children in childrens %}
+ {% with children as object %}
+ {% include "pages/includes/page_card.html" %}
+ {% endwith %}
+ {% endfor %}
+ {% endif %}
+ {% endif %}
+
{% comment %}
Add the slider here
{% endcomment %}
{% block main %}
{{ block.super }}
- {% if page.get_ascendants|length == 1 %}
- {% children_pages page.id as childrens %}
- {% if childrens %}
- <div class="container">
- <div class="row">
- {% for children in childrens %}
- <div class="col-sm-9 col-sm-push-3 col-lg-8 col-lg-push-2">
- {% with children as object %}
- {% include "pages/includes/page_card.html" %}
- {% endwith %}
- </div>
- {% endfor %}
- </div>
- </div>
- {% endif %}
- {% endif %}
-
{% if page.basicpage.pageblock_set.all %}
<div class="white-bg">
<div class="container">
{{ page.department.content|richtext_filters|safe }}
{% endeditable %}
+ {% if page.get_ascendants|length == 1 %}
+ {% children_pages page.id as childrens %}
+ {% if childrens %}
+ {% for children in childrens %}
+ {% with children as object %}
+ {% include "pages/includes/page_card.html" %}
+ {% endwith %}
+ {% endfor %}
+ {% endif %}
+ {% endif %}
+
{% comment %}
Add the slider here
{% endcomment %}
{{ page.team.content|richtext_filters|safe }}
{% endeditable %}
+ {% if page.get_ascendants|length == 1 %}
+ {% children_pages page.id as childrens %}
+ {% if childrens %}
+ {% for children in childrens %}
+ {% with children as object %}
+ {% include "pages/includes/page_card.html" %}
+ {% endwith %}
+ {% endfor %}
+ {% endif %}
+ {% endif %}
+
{% comment %}
Add the slider here
{% endcomment %}