2016-11-22 21:21:11 +01:00
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
2020-05-25 19:24:21 +02:00
|
|
|
{{ trans('email.closing') }}
|
2016-11-22 21:21:11 +01:00
|
|
|
</p>
|
|
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
|
2020-05-25 19:24:21 +02:00
|
|
|
{{ trans('email.signature') }}
|
2016-11-22 21:21:11 +01:00
|
|
|
</p>
|
|
|
|
|
|
2021-05-24 12:40:39 +02:00
|
|
|
{% if '' != ipAddress %}
|
|
|
|
|
<p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:11px;color:#aaa;">
|
|
|
|
|
{{ trans('email.footer_ps', {ipAddress: ipAddress}) }}
|
|
|
|
|
</p>
|
|
|
|
|
{% endif %}
|
2016-11-22 21:21:11 +01:00
|
|
|
|
|
|
|
|
</body>
|
2016-12-22 19:42:45 +01:00
|
|
|
</html>
|