{{ dashboard.name }}

{% if dashboard.description %}

{{ dashboard.description }}

{% endif %} {% if tabs and tabs | length > 1 %}
{% for tab in tabs %} {% endfor %}
{% endif %}
{% for w in widgets %}

{{ w.title }}

{% endfor %}
{% if not widgets %}

No widgets configured

{% endif %}