<?php 
        echo $auto->getPricePostfix();
        ?>
					<?php 
    }
    ?>
				</h3>

				<p>
					<a href="<?php 
    echo $this->base_page;
    ?>
">View All</a>
				</p>
				<p><?php 
    echo $auto->getDescription();
    ?>
</p>

			</div>
		</div>

		<div class="row">
			<div class="col-md-6">
				<table>
					<?php 
    if (strlen($auto->getVin()) > 0) {
        ?>
						<tr>
							<th>VIN:</th>
							<td><?php 
					</th>
					<td>
						<input id="squirrels_price_postfix" value="<?php 
        echo esc_html($auto->getPricePostfix());
        ?>
" />
					</td>
				</tr>

				<tr>
					<th>
						<label for="squirrels_description">Description:</label>
					</th>
					<td colspan="2">
						<textarea id="squirrels_description" style="width:100%; height:100px;"><?php 
        echo htmlspecialchars($auto->getDescription());
        ?>
</textarea>
					</td>
				</tr>
				<tr>
					<th><label>Features:</label></th>
					<td colspan="3">

						<table id="squirrels-feature-table">
							<tbody>
							<tr>
								<td>Add a <a href="?page=squirrels_features" target="_blank">Pre-Defined Feature</a>:</td>
								<td>
									<select id="pre-defined-feature-title">
										<?php