mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-02 05:29:12 -06:00
11 lines
306 B
Twig
11 lines
306 B
Twig
{% include 'emails.header-text' %}
|
|
{{ trans('email.new_ip_body') }}
|
|
|
|
{{ trans('email.ip_address') }}: {{ ipAddress }}
|
|
{% if ''!= host %}{{ trans('email.host_name') }}: {{ host }}{% endif %}
|
|
{{ trans('email.date_time') }}: {{ time }}
|
|
|
|
{{ trans('email.new_ip_warning') }}
|
|
|
|
{% include 'emails.footer-text' %}
|