{namespace be=TYPO3\CMS\Backend\ViewHelpers}

<f:asset.css identifier="sg_jobs-pluginpreview" href="EXT:sg_jobs/Resources/Public/StyleSheets/pluginpreview.css" />

<be:link.editRecord table="tt_content" uid="{uid}">
	<br/>

	<table class="table table-striped table-bordered sg_jobs-backend-preview-table">
		<f:render partial="PluginDataTableHeader"/>

		<tbody>
		<tr>
			<th scope="row">
				<f:translate
					key="LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs.application_redirect_page"/>
			</th>
			<td>
				{data.redirectPage}
			</td>
		</tr>

		<tr>
			<th scope="row">
				<f:translate
					key="LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs.application_privacyPolicyPage"/>
			</th>
			<td>
				{data.privacyPolicyPage}
			</td>
		</tr>
		</tbody>
	</table>
</be:link.editRecord>