mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			354 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			354 B
		
	
	
	
		
			Twig
		
	
	
	
	
	
| {{ trans('demo.reports-index-start')|raw }}
 | |
| <br/>
 | |
| <br/>
 | |
| {{ trans('demo.reports-index-examples', {
 | |
|     one: route('reports.report.default', ['1,2,3','currentMonthStart','currentMonthEnd']),
 | |
|     two: route('reports.report.default', ['1,2,3','20160101','20161231']),
 | |
|     three: route('reports.report.budget', ['1,2,3','2,1','20160101','20161231'])})|raw }}
 |