{% extends "base.html" %} {% block title %}{{ t('Konten') }}{% endblock %} {% block content %}

{{ t('Kontenplan') }}

{{ t('Neues Konto:') }}
{% for type_key, label, rows in groups %}

{{ t(label) }}

{% for row in rows %} {% endfor %}
{{ t('Nr.') }}{{ t('Konto') }}{{ t('Saldo per') }} 31.12.{{ year }}
{{ row.acc.number }} {{ row.acc.name }} {{ row.balance|chf }} {% if type_key == 'aktiven' %}
{% endif %}
{% endfor %} {% endblock %}