<?php 
} else {
    ?>

	<div class="squirrels squirrels-auto">

		<div class="row">
			<div class="col-md-12">

				<h3 class="squirrels-title">
					<?php 
    echo $auto->getYear() > 0 ? $auto->getYear() : '';
    ?>
					<?php 
    echo $auto->getMake()->getTitle();
    ?>
					<?php 
    echo $auto->getModel()->getTitle();
    ?>
					-
					<?php 
    if ($auto->getPrice() === NULL || $auto->getPrice() == 0) {
        ?>
						Call for Price
					<?php 
    } else {
        ?>
						$<?php 
        echo number_format($auto->getPrice(), 2);
        ?>