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

{{ rpmArch + ' ' if rpmArch else '' }}RPMs by Host{{ ' (%s)' % hostArch if hostArch else '' }}

#if (hosts |length) > 0 #for host in hosts #endfor #else #endif
Host arch: #for arch in hostArchList #if arch == hostArch {{ arch }} | #else {{ arch }} | #endif #endfor #if hostArch all #else all #endif
RPM arch: #for arch in rpmArchList #if arch == rpmArch {{ arch }} | #else {{ arch }} | #endif #endfor #if rpmArch all #else all #endif
#if (hostPages |length) > 1
Page:
#endif #if hostStart > 0 <<< #endif #if totalHosts != 0 Hosts {{ hostStart + 1 }} through {{ hostStart + hostCount }} of {{ totalHosts }} #endif #if hostStart + hostCount < totalHosts >>> #endif
Name {{ util.sortImage('name') }} RPMs {{ util.sortImage('rpms') }}  
{{ host.name }} graph row {{ host.rpms }}
No hosts
#if (hostPages |length) > 1
Page:
#endif #if hostStart > 0 <<< #endif #if totalHosts != 0 Hosts {{ hostStart + 1 }} through {{ hostStart + hostCount }} of {{ totalHosts }} #endif #if hostStart + hostCount < totalHosts >>> #endif
#include "footer.html.j2"