$keywords = $asset->getAvailableKeywords();
ksort($keywords);
foreach ($keywords as $keyword => $description) {
    ?>
			<tr>
				<td><strong>%<?php 
    echo $keyword;
    ?>
%</strong></td>
				<td><?php 
    echo $description;
    ?>
</td>
			</tr>
			<?php 
}
?>
		</table>

		<?php 
$o->closeField();
$o->closeSection();
$o->openField('', 'commit');
normal_button('cancel', translate('Close Window'), 'window.close()', 'style="margin-bottom: 20px;"');
$o->closeSection();
$o->paint();
?>

	</body>
</html>