Files
Aerbim/templates/pages/content/c_blocks_constructor.html
2023-12-23 16:47:31 +05:00

31 lines
1.2 KiB
HTML

{#{% include 'blocks/dynamic/b_sections_buttons.html' %}#}
{#{% if services_view_scheme == '3_cols_w_group' %}#}
{# {% include 'blocks/b_services_3cols_w_groups.html' %}#}
{#{% elif services_view_scheme == '2_cols_wo_group' %}#}
{# {% include 'blocks/b_services_2_col_wo_group.html' %}#}
{#{% endif %}#}
{#{% include 'blocks/b_how_with_us_working.html' %}#}
{% for block in page.get_blocks %}
{% if block.block_type == 'photo150_n_title' %}
{% include 'blocks/b_photo150_n_title.html' %}
{% elif block.block_type == 'how_work' %}
{% include 'blocks/b_how_with_us_working.html' %}
{% elif block.block_type == 'feedback_form' %}
{% include 'blocks/b_feedback.html' %}
{% elif block.block_type == 'how_dev' %}
{% include 'blocks/b_how_dev.html' %}
{% elif block.block_type == 'present_technology_block' %}
{% include 'blocks/b_present_technology.html' %}
{% elif block.block_type == 'main_block_w_subblocks' %}
{% include 'blocks/b_main_block_w_subblocks.html' %}
{% elif block.block_type == 'photo_n_text' %}
{% include 'blocks/b_photo_n_text.html' %}
{% elif block.block_type == 'projects_block' %}
{% include 'blocks/b_projects.html' %}
{% endif %}
{% endfor %}