{% load static %} {% load unicms_pages %} {% 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 %} {% if 3_center_top_a or 3_center_top_b or 3_center_top_c %}
{% if 3_center_top_a and 3_center_top_b and 3_center_top_c %}
{{ 3_center_top_a }}
{{ 3_center_top_b }}
{{ 3_center_top_c }}
{% elif 3_center_top_a and 3_center_top_b %}
{{ 3_center_top_a }}
{{ 3_center_top_b }}
{% elif 3_center_top_a and 3_center_top_c %}
{{ 3_center_top_a }}
{{ 3_center_top_c }}
{% elif 3_center_top_b and 3_center_top_c %}
{{ 3_center_top_b }}
{{ 3_center_top_c }}
{% else %}
{{ 3_center_top_a }}{{ 3_center_top_b }}{{ 3_center_top_c }}
{% endif %}
{% endif %} {% if 3_center_content %}
{{ 3_center_content }}
{% endif %} {% if 3_center_bottom_a or 3_center_bottom_b or 3_center_bottom_c %}
{% if 3_center_bottom_a and 3_center_bottom_b and 3_center_bottom_c %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_b }}
{{ 3_center_bottom_c }}
{% elif 3_center_bottom_a and 3_center_bottom_b %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_b }}
{% elif 3_center_bottom_a and 3_center_bottom_c %}
{{ 3_center_bottom_a }}
{{ 3_center_bottom_c }}
{% elif 3_center_bottom_b and 3_center_bottom_c %}
{{ 3_center_bottom_b }}
{{ 3_center_bottom_c }}
{% else %}
{{ 3_center_bottom_a }}{{ 3_center_bottom_b }}{{ 3_center_bottom_c }}
{% endif %}
{% endif %}