${this.state.context?.element?.id ?? this.elementId}
+${errorDescription}
+${this.state.context?.element?.id ?? this.elementId}
+${this.state.context?.element?.id ?? this.elementId}
+ ${renderedCode} +${this.state.context?.element?.id ?? this.elementId}
+${errorDescription}
+${this.state.context?.element?.id ?? this.elementId}
+${description}
`; + return html` +${this.state.context?.element?.id ?? this.elementId}
+ ${description} +${getNameFromElementOrId(this.elementId, this._element)}
-${this.elementId} ${this._element?.type}
-${createdString} ${updatedString}
-${description}
-blub blab :D
-${errorDescription}
++ ${(this.state.context?.element?.id ?? this.elementId).slice(0, 8)} +
+${this.state.context?.element?.id ?? this.elementId}
+${errorDescription}
+${this.state.context?.element?.id ?? this.elementId}
+${errorDescription}
++ ${(this.state.context?.element?.id ?? this.elementId).slice(0, 8)}, Task +
+Logging in...
+ `; + } + let errorBlock: undefined | TemplateResult; + if (this.state.context.error) { + let errorMessage = this.state.context.error; + if (errorMessage instanceof Error) { + errorMessage = errorMessage.message; + } + errorBlock = html`${errorMessage}
`; + } + const t = this.i18n?.t; + return html` +