@if (yearDropdownOpen()) {
}{{ currentFY()!.owner_type === 'household' ? ('financial_year.owner_household' | translate) : ('financial_year.owner_personal' | translate) }}
}{{ 'financial_year.no_years' | translate }}
{{ 'financial_year.total_income' | translate }}
CHF {{ formatChf(totalAnnualIncome()) }}
CHF {{ formatChf(totalAnnualIncome() / 12) }} / {{ 'financial_year.per_month' | translate }}
{{ 'financial_year.total_fixed_costs' | translate }}
CHF {{ formatChf(totalAnnualBudget()) }}
CHF {{ formatChf(totalMonthlyBudget()) }} / {{ 'financial_year.per_month' | translate }}
{{ 'financial_year.total_expenses_year' | translate }} {{ selectedYear() }}
CHF {{ formatChf(totalYearExpenses()) }}
Ø CHF {{ formatChf(avgMonthlyExpenses()) }} / {{ 'financial_year.per_month' | translate }}
{{ 'financial_year.no_revenue_accounts' | translate }}
} @for (account of revenueAccounts(); track account.id) {{{ account.name }}
CHF {{ formatChf(account.balance) }}/Mt. @if (account.owner_email && !account.is_mine) { · {{ account.owner_email }} }
CHF {{ formatChf(account.balance * (account.salary_months ?? 12)) }}
{{ 'financial_year.annual_label' | translate }}
{{ 'financial_year.no_budget_items' | translate }}
} @for (item of budgetItems(); track item.id) {{{ item.name }}
@if (item.notes) {{{ item.notes }}
}CHF {{ formatChf(item.amount) }}
CHF {{ formatChf(perMonth(item.amount)) }}/Mt.
{{ 'financial_year.error_' + formError | translate }}
}{{ 'household.none' | translate }}
{{ 'household.none_hint' | translate }}
@if (!showCreateHouseholdForm()) { } @if (showCreateHouseholdForm()) {{{ 'household.error_' + householdError | translate }}
}{{ 'household.created_by' | translate }}: {{ h.created_by_email }}
{{ 'household.pending_invitation' | translate }}
{{ 'household.pending_from' | translate }}: {{ myM?.invited_by_email }} · {{ 'household.effective_from' | translate }} {{ myM?.effective_from_year }}
{{ m.user_email }} @if (m.user_email === userEmail) { ({{ 'household.you' | translate }}) } @if (m.user_email === h.created_by_email) { ({{ 'household.founder' | translate }}) }
{{ 'household.status_' + m.status | translate }} {{ 'household.role_' + m.role | translate }} @if (amFounder && m.user_email !== userEmail && m.status === 'active') { }{{ pi.invited_email }}
{{ 'household.status_unregistered' | translate }}{{ 'household.error_' + inviteError | translate }}
}{{ 'financial_year.confirm_copy' | translate: { source: selectedYear() } }}
{{ 'financial_year.first_year_hint' | translate: { year: nextYear() } }}
{{ 'household.leave_confirm_text' | translate }}
{{ 'common.delete_confirm_text' | translate }}