@if (showProgress()) {
}
{{ displayLabel() }}
@if (currentState() === 'idle') {
} @if (currentState() === 'walking') {
} @if (currentState() === 'working') {
} @if (currentState() === 'returning') {
}
@if (currentState() === 'working' && currentTaskLabel()) {
{{ currentTaskLabel() }}
}