Files
firefly-iii/resources/views/demo/reports/index.twig

8 lines
354 B
Twig
Raw Normal View History

2016-12-26 12:32:48 +01:00
{{ trans('demo.reports-index-start')|raw }}
2017-04-09 07:56:46 +02:00
<br/>
<br/>
2016-12-26 12:32:48 +01:00
{{ 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 }}