$doctype
<html lang="$stylevar[lang]" xml:lang="$stylevar[lang]" dir="$stylevar[lang_dir]">
<head>
$headinclude
<title>{$bugsys->options['trackertitle']} - {@"Products"}</title>
</head>
<body>
$header
<h2>{@"Explication of Products"}</h2>
<if condition="$globalversions">
<table class="table">
<tr class="listinghead">
<td colspan="2">{@"Global Versions"}</td>
</tr>
<tr class="altcolor">
<td colspan="2">{@"These versions are avaliable for every product, component, and version."}</td>
</tr>
$globalversions
</table>
</if>
<br />
<table class="table">
<tr class="listinghead">
<td colspan="2">{@"Products (components are in white)"}</td>
</tr>
$productlist
</table>
$footer