{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}} {{! HBS display template for rendering title, description and stat boxes with a chart on the right }}

{{@title}}

{{@description}}

{{#if @hasChartData}} {{#if (has-block "subTitle")}}
{{yield to="subTitle"}}
{{/if}} {{#if (has-block "stats")}} {{yield to="stats"}} {{/if}} {{#if (has-block "chart")}}
{{yield to="chart"}}
{{/if}} {{#if @legend}}
{{#each @legend as |legend idx|}} {{capitalize legend.label}} {{/each}}
{{/if}} {{else}}
{{yield to="emptyState"}}
{{/if}} {{#if @timestamp}}
Updated {{date-format @timestamp "MMM d yyyy, h:mm:ss aaa" withTimeZone=true}}
{{/if}}