{% extends "layouts/charts_base.html" %} {% block chart_body %}
{% if views %}

You have {{ views|length }} {{ 'dashboards' if views|length > 1 else 'dashboard' }}, with {{ total_modules }} charts total.
Create new dashboard

{% endif %}
{% if not views %}

No dashboard exist. Create one below to get started.

{% endif %}

Create dashboard

{% include "partials/form-view.html" %} {% include "partials/edit-data-modal.html" %}
{% endblock %}