{% extends 'app_base.html' %} {% load static %} {% if user.is_authenticated %} {% block content_wrapper %}

Building Block Description

"{{current_description}}"
{% if current_html %}

{% if visualizer %}Building Block Visualizer{% else %}Interactive Configuration Assistant{% endif %}

Loading building block content with 15 seconds timeout..... Building block content could not be loaded. Please try again.
{% endif %}
{% endblock %} {% block extra_foot %} {% endblock %} {% endif %}