{% load static %} {% load unicms_pages %} {% load_blocks section="2-center-top-a" as 2_center_top_a %} {% load_blocks section="2-center-top-b" as 2_center_top_b %} {% load_blocks section="2-center-top-c" as 2_center_top_c %} {% load_blocks section="2-center-content" as 2_center_content %} {% load_blocks section="2-center-bottom-a" as 2_center_bottom_a %} {% load_blocks section="2-center-bottom-b" as 2_center_bottom_b %} {% load_blocks section="2-center-bottom-c" as 2_center_bottom_c %} {% if 2_center_top_a or 2_center_top_b or 2_center_top_c %}
{% if 2_center_top_a and 2_center_top_b and 2_center_top_c %}
{{ 2_center_top_a }}
{{ 2_center_top_b }}
{{ 2_center_top_c }}
{% elif 2_center_top_a and 2_center_top_b %}
{{ 2_center_top_a }}
{{ 2_center_top_b }}
{% elif 2_center_top_a and 2_center_top_c %}
{{ 2_center_top_a }}
{{ 2_center_top_c }}
{% elif 2_center_top_b and 2_center_top_c %}
{{ 2_center_top_b }}
{{ 2_center_top_c }}
{% else %}
{{ 2_center_top_a }}{{ 2_center_top_b }}{{ 2_center_top_c }}
{% endif %}
{% endif %} {% if 2_center_content %}
{{ 2_center_content }}
{% endif %} {% if 2_center_bottom_a or 2_center_bottom_b or 2_center_bottom_c %}
{% if 2_center_bottom_a and 2_center_bottom_b and 2_center_bottom_c %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_b }}
{{ 2_center_bottom_c }}
{% elif 2_center_bottom_a and 2_center_bottom_b %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_b }}
{% elif 2_center_bottom_a and 2_center_bottom_c %}
{{ 2_center_bottom_a }}
{{ 2_center_bottom_c }}
{% elif 2_center_bottom_b and 2_center_bottom_c %}
{{ 2_center_bottom_b }}
{{ 2_center_bottom_c }}
{% else %}
{{ 2_center_bottom_a }}{{ 2_center_bottom_b }}{{ 2_center_bottom_c }}
{% endif %}
{% endif %}