{% load i18n %}
| {% translate 'Name' %} | {% translate 'Group' %} | {% translate 'Currency' %} | {% translate 'Exchange Currency' %} | {% translate 'Is Asset' %} | {% translate 'Archived' %} | |
|---|---|---|---|---|---|---|
| {{ account.name }} | {{ account.group.name }} | {{ account.currency }} | {% if account.exchange_currency %}{{ account.exchange_currency }}{% else %}-{% endif %} | {% if account.is_asset %}{% endif %} | {% if account.is_archived %}{% endif %} |