{% extends 'tb_base.html' %} {% load static %} {% load i18n %} {% block CONTENT %} {% include "blocks/b_sections_buttons.html" %}
{% translate 'Контакты' %}
{% 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 %}