<?php

if (colabs_charge_listings()) {
    colabs_load_template('/includes/forms/confirm-form-charge.php', array('order' => $_GET['order'], 'step' => $step));
} else {
    colabs_load_template('/includes/forms/confirm-form-nocharge.php', array('property_id' => $_GET['property_id'], 'step' => $step));
}
        ?>
>
      <header class="entry-header">
        <h2 class="entry-title"><?php 
        echo the_title();
        ?>
</h2>
      </header>

      <div class="property-details">
        <div class="property-details-panel entry-content" id="property-details">
          <?php 
        do_action('colabs_show_notices');
        ?>
          <?php 
        colabs_load_template('/includes/forms/submit-form.php', $params);
        ?>
        </div><!-- #property-details -->
      </div><!-- .property-details -->
    </article>

  <?php 
    }
}
?>
</div><!-- .main-content -->

<?php 
get_sidebar('user');
?>
<!-- .property-sidebar -->
                echo 'done';
            }
            if ($i == 1) {
                echo 'first';
            }
            if ($i == count($steps)) {
                echo 'last';
            }
            echo '">';
            echo $value['description'];
            echo '</span></li>';
        }
        ?>
          </ul>
          <?php 
        colabs_load_template($template, $params);
        ?>

        </div><!-- #property-details -->
      </div><!-- .property-details -->
    </article>

  <?php 
    }
}
?>
</div><!-- .main-content -->

<?php 
get_sidebar('user');
?>