#include "header.html.j2" # from "macros.html.j2" import rowToggle
| 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 #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 }} | {{ host.rpms }} | |
| No hosts | ||
| #if (hostPages |length) > 1 #endif #if hostStart > 0 <<< #endif #if totalHosts != 0 Hosts {{ hostStart + 1 }} through {{ hostStart + hostCount }} of {{ totalHosts }} #endif #if hostStart + hostCount < totalHosts >>> #endif | ||