1
0
Fork 0
mirror of synced 2024-09-20 11:37:45 +12:00
appwrite/app/config/locale/templates/email-session-alert.tpl

15 lines
247 B
Smarty
Raw Normal View History

2024-06-22 06:21:05 +12:00
<p>{{hello}},</p>
<p>{{body}}</p>
<ol>
2024-06-26 20:42:01 +12:00
<li>{{listDevice}}</li>
<li>{{listIpAddress}}</li>
<li>{{listCountry}}</li>
2024-06-22 06:21:05 +12:00
</ol>
<p>{{footer}}</p>
<p style="margin-bottom: 0px;">{{thanks}}</p>
<p style="margin-top: 0px;">{{signature}}</p>