<table class="sq-backend-table compact">
			<tr><th style="width: 250px;">Keyword</th><th>Description</th></tr>
			<tr><td><strong>%asset_assetid%</strong></td><td>The ID of the asset</td></tr>
			<tr><td><strong>%asset_name%</strong></td><td>Full name of the asset</td></tr>
			<tr><td><strong>%asset_name_linked%</strong></td><td>Full name of the asset with hyperlink</td></tr>
			<tr><td><strong>%asset_short_name%</strong></td><td>Short name of the asset</td></tr>
			<tr><td><strong>%asset_short_name_linked%</strong></td><td>Short name of the asset with hyperlink</td></tr>
			<tr><td><strong>%asset_version%</strong></td><td>Version of the asset being displayed</td></tr>
			<tr><td><strong>%asset_url%</strong></td><td>URL of the asset</td></tr>
			<tr><td><strong>%asset_href%</strong></td><td>Relative HREF of the asset</td></tr>
			</table>

		<?php 
$o->closeField();
$o->closeSection();
$o->openSection('Creation Details');
$o->openField('', 'wide_col');
?>

			<table class="sq-backend-table compact">
			<tr><th style="width: 250px;">Keyword</th><th>Description</th></tr>
			<tr><td><strong>%asset_created%</strong></td><td>Date/Time the asset was created (YYYY-MM-DD HH-MM-SS)</td></tr>
			<tr><td><strong>%asset_created_short%</strong></td><td>Date/Time the asset was created (YYYY-MM-DD)</td></tr>
			<tr><td><strong>%asset_created_readable%</strong></td><td>Date/Time the asset was created (DD M YYYY H:MM[AM\PM])</td></tr>
			<tr><td><strong>%asset_created_by_name%</strong></td><td>Full name of the user that created this asset</td></tr>
			<tr><td><strong>%asset_created_by_first_name%</strong></td><td>First name of the user that created this asset</td></tr>
			<tr><td><strong>%asset_created_by_last_name%</strong></td><td>Surname of the user that created this asset</td></tr>
			<tr><td><strong>%asset_created_by_email%</strong></td><td>Email of the user that created this asset</td></tr>
			</table>