|
{{ if eq .Tx.Data.locale "ar" }}
مرحباً {{ .Tx.Data.userName }},
{{ else }}
Hi {{ .Tx.Data.userName }},
{{ end }}
{{ if .Tx.Data.isRecentFallback }}
{{ if eq .Tx.Data.locale "ar" }}
إليك أحدث الأبحاث المضافة على منصة شمرا أكاديميا:
{{ else }}
Here are the latest researches added to Shamra Academia:
{{ end }}
{{ else }}
{{ if eq .Tx.Data.locale "ar" }}
بناءً على قراءاتك الأخيرة، اخترنا لك هذه الأبحاث التي قد تهمك:
{{ else }}
Based on your recent reading, we have selected these researches you might find interesting:
{{ end }}
{{ end }}
{{ range .Tx.Data.recommendations }}
{{ .title }}
{{ if or .publisher .date }}
|
{{ if .publisher }}{{ .publisher }}{{ end }}
{{ if .date }}|{{ .date }}{{ end }}
{{ if .downloads }}|{{ .downloads }}{{ end }}
|
{{ end }}
{{ if .abstract }}
{{ .abstract }}
{{ end }}
{{ if .tags }}
{{ range .tags }}
{{ . }}
{{ end }}
{{ end }}
|
{{ end }}
|