+
+
+
+
+
+
+
+
+
+
+ {{#if this.availableLLMs.length}}
+
+ {{else}}
+
+
+ {{i18n "discourse_ai.spam.no_llms"}}
+
+
+ {{/if}}
+
+
+
+
+
+
+
+
+
+
+
+ <:content>
+
+ {{#each this.metrics as |metric|}}
+
+
{{i18n
+ metric.label
+ }}
+ {{#if metric.href}}
+
+ {{metric.value}}
+
+ {{else}}
+
{{metric.value}}
+ {{/if}}
+
+ {{/each}}
+
+
+
+
+