{% load static %}
{# #} {% if block.picture %} {% endif %}
{% if block.name %}
{{ block.name }}
{% endif %} {% if block.description %}
{{ block.description|safe|linebreaksbr }}
{#
#} {# Значительно сокращает время проектирования в среде Autodesk Revit#} {#
#} {#
#} {# Значительно сокращает время проектирования в среде Autodesk Revit#} {#
#}
{% endif %} {% if block.but_title %} {% with widget=block name_w='b_functional_features' %} {% include 'blocks/block_elements/be_button.html' %} {% endwith %} {% endif %}
{% for widget in block.get_widgets %} {% include 'widgets/w_functuional_features_item.html' %} {% endfor %}