| 
									
										
										
										
											2016-02-10 15:18:13 +01:00
										 |  |  | <!DOCTYPE html>
 | 
					
						
							|  |  |  | <html xmlns="http://www.w3.org/1999/xhtml">
 | 
					
						
							|  |  |  | <head>
 | 
					
						
							|  |  |  |     <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </head>
 | 
					
						
							|  |  |  | <body>
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							| 
									
										
										
										
											2016-02-24 20:42:05 +01:00
										 |  |  |     Firefly III ran into an error: <span style="font-family: monospace;">{{ errorMessage }}</span>
 | 
					
						
							| 
									
										
										
										
											2016-02-10 15:18:13 +01:00
										 |  |  | </p>
 | 
					
						
							| 
									
										
										
										
											2016-02-24 20:42:05 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  | The error was of type "{{ class }}".
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  | The error occured on/at: {{ time }}.
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-10 15:18:13 +01:00
										 |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  |     This error occured in file <span style="font-family: monospace;">{{ file }}</span> on line {{ line }} with code {{ code }}.
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-11 12:54:16 +01:00
										 |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							| 
									
										
										
										
											2016-02-11 14:13:23 +01:00
										 |  |  |     {% if loggedIn %}
 | 
					
						
							|  |  |  |         The error was encountered by user #{{ user.id }}, <a href="mailto:{{ user.email }}">{{ user.email }}</a>.
 | 
					
						
							|  |  |  |     {% else %}
 | 
					
						
							|  |  |  |         There was no user logged in for this error or no user was detected.
 | 
					
						
							|  |  |  |     {% endif %}
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  | 	The IP address related to this error is: {{ ip }}
 | 
					
						
							| 
									
										
										
										
											2016-02-11 12:54:16 +01:00
										 |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-10 15:18:13 +01:00
										 |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  |     The full stacktrace is below. If you think this is a bug in Firefly III, you
 | 
					
						
							|  |  |  |     can forward this message to
 | 
					
						
							|  |  |  |     <a href="mailto:thegrumpydictator@gmail.com?subject=BUG!">thegrumpydictator@gmail.com</a>.
 | 
					
						
							|  |  |  |     This can help fix the bug you just encountered.
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  |     If you prefer, you can also open a new issue on <a href="https://github.com/JC5/firefly-iii/issues/new">Github</a>.
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <p style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">
 | 
					
						
							|  |  |  |     The full stacktrace is below:</p>
 | 
					
						
							|  |  |  | <p style="font-family: monospace;font-size:11px;color:#aaa">
 | 
					
						
							|  |  |  |     {{ stacktrace|nl2br }}
 | 
					
						
							|  |  |  | </p>
 | 
					
						
							|  |  |  | </body>
 | 
					
						
							|  |  |  | </html>
 |