Data Management Clients
Versions
Last update: $timestamp
#for $repo in $table[0]:
$repo
#end for
#for $row in $table[1:]:
$row[0]
#for $cell in $row[1:]:
#if $cell:
$cell[0]-$cell[1]
#if $cell[2]: [
doc
] #end if #else: - #end if
#end for
#end for