{% extends "_layout.html" %} {% set page_title = _('Options') %} {% block content %}
| {{ _('Key') }} | {{ _('Value') }} |
|---|---|
| {{ field.name|replace('_', '-') }} | {{ ledger.fava_options|attr(field.name)|pprint }} |
| {{ _('Key') }} | {{ _('Value') }} |
|---|---|
| {{ key }} | {{ value }} |