MS Teams Templates

Hi, couldn’t find this problem anywhere.
I’m using self hosted Grafana v9.0.0 on Windows and the problem i have is templating in MS Teams Contact Point. Whatever i do, the template returns error.
I tried putting just

[{{.Status}}] {{ .Labels.alertname }}

the alert looks like
obrazek

and log returns

logger=alerting.notifier.teams level=error msg=“Missing receiver”
logger=alerting.notifier.teams level=error msg=“Missing group labels”
logger=alerting.notifier.teams level=error msg=“Missing receiver”
logger=alerting.notifier.teams level=error msg=“Missing group labels”
logger=alerting.notifier.teams t=2022-07-12T10:09:42.1647309+02:00 level=warn msg=“failed to template Teams message” err=“template: :1:186: executing "" at <.Labels.alertname>: can’t evaluate field Labels in type *channels.ExtendedData”
logger=alerting.notifier.teams level=error msg=“Missing receiver”
logger=alerting.notifier.teams level=error msg=“Missing group labels”
logger=alerting.notifier.teams t=2022-07-12T10:10:05.5396826+02:00 level=warn msg=“failed to template Teams message” err=“template: :1:186: executing "" at <.Labels.alertname>: can’t evaluate field Labels in type *channels.ExtendedData”

tried to put it in a template, without template (just copied
[{{.Status}}] {{ .Labels.alertname }} into the Title section in Contact point settings and nothing.

Does anybody experienced this?
Any help appreciated
Thanks