?>
</th>
							<td><?php 
        echo $feature->getValue();
        ?>
</td>
						</tr>
					<?php 
    }
    ?>
				</table>
			</div>
			<div class="col-md-6">
				<div class="row">
					<?php 
    if ($auto->getImageCount() == 0) {
        ?>
						<?php 
        for ($x = 1; $x <= 6; $x++) {
            ?>
							<div class="col-md-6">
								<img src="<?php 
            echo plugins_url();
            ?>
/squirrels_inventory/images/photo_coming_soon.jpg">
							</div>
						<?php 
        }
        ?>
					<?php 
    } else {
							</tbody>
						</table>

					</td>
				</tr>
				<tr>
					<th><label>Images:</label></th>
					<td colspan="3">

						<p>
							<input id="squirrels-upload-images" class="button-primary" value="Insert Images" type="button" />
						</p>

						<div id="squirrels-images-admin">
							<?php 
        if ($auto->getImageCount() > 0) {
            ?>
								<?php 
            foreach ($auto->getImages() as $image) {
                ?>
									<div class="image-<?php 
                echo $image->getMediaId();
                if ($image->isDefault()) {
                    ?>
 default<?php 
                }
                ?>
">
										<img src="<?php 
                echo $image->getThumbnail();
                ?>