+ @if (messages.length === 0) {
+
+ @for (question of activeSubpage?.exampleQuestions; track $index) {
+
{{ question }}
+ }
+
+ }
+ @else {
+
+
{{ chatStartTimestamp }}
+
+ @for (message of messages; track $index) {
+
+
+
+
{{ message.text }}
+ @if (message.chart) {
+
+
+
+
+ }
+
+
+ }
+
+
+ @if (status.generatingChart) {
+
+ }
+
+ }
+
+
+ send
+
+