#include "header.html.j2" # from "macros.html.j2" import rowToggle

Tasks by User

#if (users |length) > 0 #for user in users #endfor #else #endif
#if (userPages |length) > 1
Page:
#endif #if userStart > 0 <<< #endif #if totalUsers != 0 Users {{ userStart + 1 }} through {{ userStart + userCount }} of {{ totalUsers }} #endif #if userStart + userCount < totalUsers >>> #endif
Name {{ util.sortImage('name') }} Tasks {{ util.sortImage('tasks') }}  
{{ user.name }} graph row {{ user.tasks }}
No users
#if (userPages |length) > 1
Page:
#endif #if userStart > 0 <<< #endif #if totalUsers != 0 Users {{ userStart + 1 }} through {{ userStart + userCount }} of {{ totalUsers }} #endif #if userStart + userCount < totalUsers >>> #endif
#include "footer.html.j2"