:</label> <?php echo $location; ?> </li> <li><label><?php _e('Website'); ?> :</label> <?php echo osc_user_website(); ?> </li> <li><label><?php _e('User Description'); ?> :</label> <?php echo osc_user_info(); ?> </li> </ul> <h2><?php _e('Latest items', 'realestate'); ?> </h2> <div class="ad_list"> <?php if (osc_count_items() == 0) { ?> <h3><?php _e('No listings have been added yet', 'realestate'); ?> </h3>
<section class="user_detail_info"> <?php if (osc_user_info() !== '') { ?> <div class="title"> <h1> <?php _e('User description', 'osclasswizards'); ?> </h1> </div> <?php } ?> <?php echo nl2br(osc_user_info()); ?> </section> </div> <div class="col-sm-8 col-md-9"> <?php if (osc_count_items() > 0) { ?> <div class="similar_ad"> <div class="title"> <h1> <?php _e('Published listings', 'osclasswizards'); ?> </h1> </div>