aboutsummaryrefslogtreecommitdiff
blob: c2ae39c92abb31e9032d60dc2e79966b50c7cacc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$def with (tuples)
$var title: Search

<table border="1">
    <tr>
        <th>Category</th>
        <th>Package</th>
        <th>Version</th>
        <th>Repository</th>
        <th>Hosts</th>
    </tr>
    $for t in tuples:
      <tr><td>$t['CAT']</td><td>$t['PKG']</td><td>$t['VER']</td><td>$t['REPO']</td><td>$t['HOSTS']</td></tr>
</table>