Your best tasks

    {{ for t in best_tasks }}
  1. { t.text } ({ t.value })
  2. {{ endfor }}

Your worst tasks

    {{ for t in worst_tasks }}
  1. { t.text } ({ t.value })
  2. {{ endfor }}