{% for user in users %}
  • {{ user.who }} - {{ user.pos }} positive, {{ user.neg }} negative, {{ user.total }} total
  • {% endfor %}