worker/internal/answerwc/template/client_tg.tmpl

27 lines
1.2 KiB
Cheetah
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*Квиз для вашего бизнеса*
*Поступила новая заявка с квиза "{{.QuizConfig.Theme}}"!*
Время заявки: {{ .AnswerTime }}
Имя: {{ .AnswerContent.Name }}
{{ if .AnswerContent.Email }}Email: {{ .AnswerContent.Email }}{{ end }}
{{ if .AnswerContent.Phone }}Телефон: {{ .AnswerContent.Phone }}{{ end }}
{{ if .AnswerContent.Telegram }}Telegram: {{ .AnswerContent.Telegram }}{{ end }}
{{ if .AnswerContent.Wechat }}Wechat: {{ .AnswerContent.Wechat }}{{ end }}
{{ if .AnswerContent.Viber }}Viber: {{ .AnswerContent.Viber }}{{ end }}
{{ if .AnswerContent.Vk }}Vk: {{ .AnswerContent.Vk }}{{ end }}
{{ if .AnswerContent.Skype }}Skype: {{ .AnswerContent.Skype }}{{ end }}
{{ if .AnswerContent.Whatsup }}Whatsup: {{ .AnswerContent.Whatsup }}{{ end }}
{{ if .AnswerContent.Messenger }}Messenger: {{ .AnswerContent.Messenger }}{{ end }}
{{ if .AnswerContent.Address }}Адрес: {{ .AnswerContent.Address }}{{ end }}
{{ range $key, $value := .AnswerContent.Custom }}{{ $key }}: {{ $value }}{{ end }}
*Ответы:*
{{ range .AllAnswers }}
{{ if index $.QuestionsMap .AnswerID }}
*{{ index $.QuestionsMap .AnswerID }}*
{{ .Content }}
{{ end }}
{{ end }}