{% extends "only_content.html"|translate:lang %} {% load exfiltry %} {% load exsyntax %} {% load static %} {% block content %}
{% if form %}
{% block bi_page_form %} {% inline_form %} {% endinline_form %} {% endblock %}
{% endif %} {% block bi_page_content %}
{% for chart in page.chart_set.all %}
{% endfor %}
{% endblock %}
{% endblock %}