mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-03 11:08:28 +00:00
15 lines
467 B
Twig
15 lines
467 B
Twig
![]() |
{% include 'emails.header-html' %}
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||
|
{{ trans('email.new_ip_body') }}
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;font-weight: bold;">
|
||
|
{{ ipAddress }}
|
||
|
</p>
|
||
|
|
||
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
||
|
{{ trans('email.new_ip_warning') }}
|
||
|
</p>
|
||
|
|
||
|
{% include 'emails.footer-html' %}
|