{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.DashboardPage*/ -}} {{( pgettext "Dashboard" "title" )}} {{- end }} {{ define "breadcrumbs" -}} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.DashboardPage*/ -}} {{- end }} {{ define "content" }} {{- /*gotype: dev.tandem.ws/tandem/numerus/pkg.DashboardPage*/ -}}
{{ with .Filters }} {{ template "radio-field" .Period }} {{ end }}
{{ (pgettext "Income" "term") }}
{{ formatPriceSpan .Income }}
{{ (pgettext "Expenses" "term") }}
{{ formatPriceSpan .Expenses }}
{{ (pgettext "VAT" "term") }}
{{ formatPriceSpan .VAT }}
{{ (pgettext "IRPF" "term") }}
{{ formatPriceSpan .IRPF }}
{{ (pgettext "Net Income" "term") }}
{{ formatPriceSpan .NetIncome }}
{{ .Chart }} {{- end }}