{% import "_charts.html" as charts with context %} {% set all_pages = { 'balance_sheet': _('Balance Sheet'), 'errors': _('Errors'), 'help': _('Help'), 'holdings': _('Holdings'), 'income_statement': _('Income Statement'), 'journal': _('Journal'), 'options': _('Options'), 'statistics': _('Statistics'), 'trial_balance': _('Trial Balance'), } %} {% set page_title = all_pages.get(active_page, "") if not page_title else page_title %} {% set partial = request.args.get('partial') %} {% if not partial %}