Asymmetrik/node-rest-starter

View on GitHub
src/app/core/user/templates/deactivate-email.server.view.html

Summary

Maintainability
Test Coverage
{{header}}
<p>Hello {{ user.name }},</p>
<br>
<p>It seems you haven't logged into your {{ app.title }} account in {{ daysAgo }} days.</p>
<p>Therefore, your account has been deactivated.</p>
<p>Please contact us at {{ app.contactEmail }} if you have any questions.</p>
<br>
<br>
<p>Thanks,</p>
<p>The {{ app.title }} Support Team</p>
{{footer}}