<div class="tr">
	<div class="td nowrap"><?php echo(Loop::title()); ?></div>
	<div class="td"><?php echo(wp_strip_all_tags(Loop::content())); ?></div>
	<div class="td"><?php echo($test->getAcf('sample')); ?></div>
	<div class="td"><?php echo($test->getAcf('format')); ?></div>
	<div class="td">
		<?php if($instruction = $test->getAcf('instruction')): ?>
			<a href="<?php echo($instruction); ?>" class="iconed-pdf-sm"><?php echo(__('Instructions', THEMOSIS_TEXTDOMAIN)); ?></a>
		<?php endif; ?>
	</div>
</div>
