{% for office in offices %}
{% include "widgets/w_card_office.html" %}
{% endfor %}
{% include "pages/content/c_blocks_constructor.html" %}
{% if page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}
{% endif %}
{% endblock %}