<root>
<text-area path="/messages" />

<template path="/progress/part/*">
<template path="current task">
  <label dir-for="description" />
</template>
<hbox>
  <label dir-for="label" />
  <label dir-for="description" />
  <label label="%" />
</hbox>
</template>

<template path="/progress/main">
<template path="current task">
  <label dir-for="description" />
</template>
<hbox>
  <label dir-for="label" />
  <label dir-for="description" />
  <label label="%" />
</hbox>
</template>
</root>
