{% if local_model_dashboard %} Last Execution Cost by Model {% elif selected_lens == 'build' %} Daily Build Spend Trend {% elif selected_lens == 'consumption' %} Daily Consumption Trend {% else %} Daily Spend Trend {% endif %}

{% if local_model_dashboard %}Ordered by execution time{% else %}{{ date_range.display }}{% endif %}

{% if local_model_dashboard %} {% if local_model_points and local_model_points | length > 0 %}
{% else %}

No exact local run model data available yet.

{% endif %} {% elif trend_data and trend_data | length > 0 %}
{% else %}

{% if selected_lens == 'storage' %} Storage is shown as a latest monthly snapshot, so no daily trend is available. {% else %} No {{ selected_lens_label | default('query') | lower }} trend data available for this period. {% endif %}

{% endif %}