36 |
41 |
42 | {{#if this.translatedTitle}}
43 |
44 | {{this.translatedTitle}}
45 |
46 | {{/if}}
47 |
48 | {{i18n
49 | "translator.translated_from"
50 | language=this.post.detectedLang
51 | translator=this.siteSettings.translator_provider
52 | }}
53 |
54 |
55 | {{htmlSafe this.post.translatedText}}
56 |
57 |
58 |
59 |