{% load static %} {% load unicms_pages %}
{% load_blocks section="3-top-a" as 3_top_a %} {% load_blocks section="3-top-b" as 3_top_b %} {% load_blocks section="3-top-c" as 3_top_c %} {% load_blocks section="3-mid-top-a" as 3_mid_top_a %} {% load_blocks section="3-mid-top-b" as 3_mid_top_b %} {% load_blocks section="3-mid-top-c" as 3_mid_top_c %} {% load_blocks section="3-left-a" as 3_left_a %} {% load_blocks section="3-left-b" as 3_left_b %} {% load_blocks section="3-center-top-a" as 3_center_top_a %} {% load_blocks section="3-center-top-b" as 3_center_top_b %} {% load_blocks section="3-center-top-c" as 3_center_top_c %} {% load_blocks section="3-center-content" as 3_center_content %} {% load_blocks section="3-center-bottom-a" as 3_center_bottom_a %} {% load_blocks section="3-center-bottom-b" as 3_center_bottom_b %} {% load_blocks section="3-center-bottom-c" as 3_center_bottom_c %} {% load_blocks section="3-right-a" as 3_right_a %} {% load_blocks section="3-right-b" as 3_right_b %} {% load_blocks section="3-mid-bottom-a" as 3_mid_bottom_a %} {% load_blocks section="3-mid-bottom-b" as 3_mid_bottom_b %} {% load_blocks section="3-mid-bottom-c" as 3_mid_bottom_c %} {% load_blocks section="3-bottom-a" as 3_bottom_a %} {% load_blocks section="3-bottom-b" as 3_bottom_b %} {% load_blocks section="3-bottom-c" as 3_bottom_c %} {% if 3_top_a or 3_top_b or 3_top_c %}
{% include "grid/section_3/top.html" %}
{% endif %} {% if 3_mid_top_a or 3_mid_top_b or 3_mid_top_c %}
{% include "grid/section_3/mid-top.html" %}
{% endif %} {% if 3_center_top_a or 3_center_top_b or 3_center_top_c or 3_center_content or 3_center_bottom_a or 3_center_bottom_b or 3_center_bottom_c %} {% if 3_left_a and 3_left_b %}
{% include "grid/section_3/left.html" %}
{% elif 3_left_a or 3_left_b %}
{% include "grid/section_3/left.html" %}
{% endif %}
{% include "grid/section_3/center.html" %}
{% if 3_right_a and 3_right_b %}
{% include "grid/section_3/right.html" %}
{% elif 3_right_a or 3_right_b %}
{% include "grid/section_3/right.html" %}
{% endif %} {% else %} {% if 3_left_a or 3_left_b %}
{% include "grid/section_3/left.html" %}
{% endif %} {% if 3_right_a or 3_right_b %}
{% include "grid/section_3/right.html" %}
{% endif %} {% endif %} {% if 3_mid_bottom_a or 3_mid_bottom_b or 3_mid_bottom_c %}
{% include "grid/section_3/mid-bottom.html" %}
{% endif %} {% if 3_bottom_a or 3_bottom_b or 3_bottom_c %}
{% include "grid/section_3/bottom.html" %}
{% endif %}