{% extends "auth/dashboard.html" %} {% load static %} {% block title %}{{ dashboard_meta.title }} | Bomabest{% endblock %} {% block workspace_extra_head %} {% endblock %} {% block content %}
{{ dashboard_meta.eyebrow }}

{{ dashboard_meta.title }}

{{ dashboard_meta.subtitle }}

{{ dashboard_meta.chip }} {{ dashboard_profile_label }}
{% for filter in dashboard_filters %} {{ filter.label }} {% endfor %}

Welcome

{{ dashboard_meta.welcome_name }}

{{ dashboard_meta.hero_hint }}

{{ dashboard_profile_label }} {{ dashboard_generated_at|date:"d M Y" }}

Focus Today

Start with the priority cards below, then open a quick action only when you need it.

{% if dashboard_alerts %}
{% for card in dashboard_alerts %} {% if card.href %} {% else %} {% endif %} {% endfor %}
{% endif %}
{% if dashboard_summary_cards %}
{% for card in dashboard_summary_cards %}

{{ card.title }}

{{ card.body }}

{% endfor %}
{% endif %} {% for section in dashboard_sections %}

Report Section {{ forloop.counter }}

{{ section.title }}

{{ section.description }}

{% if section.cards %} {% endif %} {% if section.charts %}
{% for chart in section.charts %}

{{ chart.title }}

{% if chart.subtitle %}

{{ chart.subtitle }}

{% endif %}
{{ chart.config.type }}
{% if chart.has_data %}
{% else %}

No chart data yet

This reporting window does not have enough activity to render a meaningful chart.

{% endif %}
{% endfor %}
{% endif %} {% if section.tables %}
{% for table in section.tables %}

{{ table.title }}

{% if table.subtitle %}

{{ table.subtitle }}

{% endif %}
{% if table.rows %}
{% for column in table.columns %} {% endfor %} {% if table.rows.0.url %} {% endif %} {% for row in table.rows %} {% for value in row.values %} {% endfor %} {% if table.rows.0.url %} {% endif %} {% endfor %}
{{ column }}Action
{{ value }} {% if row.url %} {{ row.action_label|default:"Open" }} {% else %} - {% endif %}
{% else %}

{{ table.empty }}

{% endif %}
{% endfor %}
{% endif %} {% if section.highlights %}
{% for highlight in section.highlights %}

{{ highlight }}

{% endfor %}
{% endif %}
{% endfor %}
{% for section in dashboard_sections %} {% for chart in section.charts %} {{ chart.config|json_script:chart.script_id }} {% endfor %} {% endfor %}
{% endblock %} {% block workspace_extra_scripts %} {% endblock %}