RSS Git Download  Clone
Raw Blame History
 [% META title = 'Resources » Chart » Requests by year' %]
 
<!-- BEGIN [% template.name %] -->
    <h3>Requests per year:</h3>

    [%
        # PROCESS site/date_constraints.tt # not appropriate
        target_url = app_url _ '/chart/process/requests_by_year/simple_line';        
        INCLUDE chart/image.tt constraint_type = 'all_data';
    %]
<!-- END [% template.name %] -->