You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
542 B
16 lines
542 B
extends ../layout/main
|
|
block view-content
|
|
|
|
section.uk-section.uk-section-default.uk-section
|
|
.uk-container
|
|
|
|
div(uk-grid).uk-flex-between
|
|
.uk-width-auto
|
|
.uk-text-bold.uk-text-small Sessions
|
|
div= formatCount(weeklyEarnings.sessionCount)
|
|
.uk-width-auto
|
|
.uk-text-bold.uk-text-small Hours
|
|
div= numeral(weeklyEarnings.duration).format('0:00:00')
|
|
.uk-width-auto
|
|
.uk-text-bold.uk-text-small Billable
|
|
div= numeral(weeklyEarnings.billable).format('$0,0.00')
|