{% if selected_lens == 'build' %} Daily Build Spend Trend {% elif selected_lens == 'consumption' %} Daily Consumption Trend {% else %} Daily Spend Trend {% endif %}

{{ date_range.display }}

{% if 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 %}