{{ _('Fava options') }} ({{ _('help') }})

{% for key, value in ledger.fava_options|dictsort %} {% endfor %}
{{ _('Key') }} {{ _('Value') }}
{{ key }}
{{ value|pprint }}

{{ _('Beancount options') }}

{% for key, value in ledger.options|dictsort %} {% endfor %}
{{ _('Key') }} {{ _('Value') }}
{{ key }}
{{ value }}