{% extends "base.html" %} {% block title %}{{ t('Konten') }}{% endblock %} {% block content %}
| {{ t('Nr.') }} | {{ t('Konto') }} | {{ t('Saldo per') }} 31.12.{{ year }} | |
|---|---|---|---|
| {{ row.acc.number }} | {{ row.acc.name }} | {{ row.balance|chf }} | {% if type_key == 'aktiven' %} {% endif %} |