{{#if (config budget) }}
Budget summary
    {{# each budget.current }}
  • {{ title }}
    {{ value }}%
  • {{/each}}
{{/if}}