1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/config/locale/templates/it.email.auth.invitation.tpl
2019-10-01 01:09:55 +02:00

28 lines
690 B
Smarty

<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
Ciao,
<br />
<br />
Questa mail ti è stata inviata perchè <b>{{owner}}</b> vuole invitarti a diventare un membro del team <b>{{team}}</b> del progetto {{project}}.
<br />
<br />
Segui questo link per unirti al team <b>{{team}}</b>:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
Se non sei interessato, puoi ignorare questo messaggio.
<br />
<br />
Grazie,
<br />
Il team di {{project}}
</div>