{{> styles}}
    
        Summary
        
            
                Weekly
                
                    
                        | Year | 
                        Week | 
                        In | 
                        Out | 
                        Net | 
                    
                    {{#each week}}
                    
                        | {{this.y}} | 
                        {{this.w}} | 
                        {{this.in}} | 
                        {{this.out}} | 
                        {{this.net}} | 
                    
                    {{/each}}
                    Avg:
                    
                        | Avg: | 
                         | 
                        {{week_avg.in}} | 
                        {{week_avg.out}} | 
                        {{week_avg.net}} | 
                    
                
             
            
                Monthly
                
                    
                        | Year | 
                        Month | 
                        In | 
                        Out | 
                        Net | 
                    
                    {{#each month}}
                    
                        | {{this.y}} | 
                        {{this.m}} | 
                        {{this.in}} | 
                        {{this.out}} | 
                        {{this.net}} | 
                    
                    {{/each}}
                    
                        | Avg: | 
                         | 
                        {{month_avg.in}} | 
                        {{month_avg.out}} | 
                        {{month_avg.net}} | 
                    
                
             
            
                Yearly
                
                    
                        | Year | 
                        In | 
                        Out | 
                        Net | 
                    
                    {{#each year}}
                    
                        | {{this.y}} | 
                        {{this.in}} | 
                        {{this.out}} | 
                        {{this.net}} | 
                    
                    {{/each}}
                    Avg:
                    
                        | Avg: | 
                        {{year_avg.in}} | 
                        {{year_avg.out}} | 
                        {{year_avg.net}} | 
                    
                
             
            
                Categories
                
                    
                        | Category | 
                        Last 30 days | 
                        Last 90 days | 
                        Last year | 
                        All-time | 
                    
                    {{#each categories}}
                    
                        | {{this.category}} | 
                        {{this.d30}} | 
                        {{this.d90}} | 
                        {{this.d365}} | 
                        {{this.all}} | 
                    
                    {{/each}}
                
             
            
                Sub-Categories
                
                    
                        | Sub-Category | 
                        Last 30 days | 
                        Last 90 days | 
                        Last year | 
                        All-time | 
                    
                    {{#each subcategories}}
                    
                        | {{this.subcategory}} | 
                        {{this.d30}} | 
                        {{this.d90}} | 
                        {{this.d365}} | 
                        {{this.all}} | 
                    
                    {{/each}}
                
             
         
     
    {{> navigation}}