{% 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 %}
{% trans "Transactions without invoice" %}
{% include "account_keeping/partials/transactions_table.html" with transactions=transactions_without_invoice %}
{% endif %}
{% if invoices_without_pdf %}
{% trans "Invoices without PDF" %}
{% include "account_keeping/partials/invoices_table.html" with invoices=invoices_without_pdf %}
{% endif %}
{% if get_unpaid_invoices_with_transactions %}
{% trans "Unpaid invoices in Freckle" %}
{% include "account_keeping/partials/invoices_table.html" with invoices=get_unpaid_invoices_with_transactions %}
{% endif %}