{% extends "account_keeping/base.html" %} {% load i18n %} {% block main %}
{% trans "Click at one of the main navigation items to start. Soon we will show the most important current stats on this page." %}
{% if transactions_without_invoice %}{{ unpaid_invoices_with_transactions.error }}
{% elif unpaid_invoices_with_transactions.invoices %} {% include "account_keeping/partials/invoices_table.html" with invoices=unpaid_invoices_with_transactions %} {% else %}{% trans "Everything is fine :)" %}
{% endif %} {% endif %}