mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00: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' %}
 |