?>
">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 
        echo $auto->getVin();
        ?>
</td>
						</tr>
					<?php 
    }
    ?>
					<?php 
    if (strlen($auto->getOdometerReading()) > 0) {
        ?>
						<tr>
				<tr>
					<th>
						<label for="squirrels_inventory_number">Inventory Number:</label>
					</th>
					<td>
						<input id="squirrels_inventory_number" value="<?php 
        echo htmlspecialchars($auto->getInventoryNumber());
        ?>
" />
					</td>
					<th>
						<label for="squirrels_vin">Vin:</label>
					</th>
					<td>
						<input id="squirrels_vin" value="<?php 
        echo htmlspecialchars($auto->getVin());
        ?>
" />
					</td>
				</tr>
				<tr>
					<th>
						<label for="squirrels_year">Year:</label>
					</th>
					<td>
						<input id="squirrels_year" value="<?php 
        echo htmlspecialchars($auto->getYear());
        ?>
" />
					</td>
					<th>