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