{# Dashboard widget: Statistics cards (Active Projects, Total Hours, Total Invoices, Outstanding) #}
{{ _('Active Projects') }}
{{ total_projects }}
{{ _('Total active') }}
{{ _('Total Hours') }}
{{ "%.1f"|format(total_hours) }}
{{ _('Hours tracked') }}
{{ _('Total Invoices') }}
{{ total_invoices }}
{{ _('All invoices') }}
{{ _('Outstanding') }}
{{ "%.2f"|format(unpaid_invoice_amount) }}
{{ invoices[0].currency_code if invoices else 'EUR' }}