{% load static %} {% load unicms_pages %} {% load_blocks section="2-mid-top-a" as 2_mid_top_a %} {% load_blocks section="2-mid-top-b" as 2_mid_top_b %} {% load_blocks section="2-mid-top-c" as 2_mid_top_c %} {% if 2_mid_top_a or 2_mid_top_b or 2_mid_top_c %}
{% if 2_mid_top_a and 2_mid_top_b and 2_mid_top_c %}
{{ 2_mid_top_a }}
{{ 2_mid_top_b }}
{{ 2_mid_top_c }}
{% elif 2_mid_top_a and 2_mid_top_b %}
{{ 2_mid_top_a }}
{{ 2_mid_top_b }}
{% elif 2_mid_top_a and 2_mid_top_c %}
{{ 2_mid_top_a }}
{{ 2_mid_top_c }}
{% elif 2_mid_top_b and 2_mid_top_c %}
{{ 2_mid_top_b }}
{{ 2_mid_top_c }}
{% else %}
{{ 2_mid_top_a }}{{ 2_mid_top_b }}{{ 2_mid_top_c }}
{% endif %}
{% endif %}