{% if dashboard_info.pagetitle %}
{{ dashboard_info.pagetitle }}
{% endif %}
{% if dashboard_info.header %}
{{ dashboard_info.header|safe }}
{% endif %}
{% if not hideTimeCtrls %}
{% endif %}
{% for chart in dashboard_info.charts %}
{% endfor %}
{% if not readonly %}
Dashboard:
{% endif %}
{% if dashboard_info.footer %}
{{ dashboard_info.footer|safe }}
{% endif %}