echo '<p>' . __('We are sorry, this accommodation is not available to book at the moment', 'bookyourtravel') . '</p>';
            }
        } else {
            BYT_Theme_Utils::render_field('text-wrap', '', '', __('We are sorry, there are no rooms available at this accommodation at the moment', 'bookyourtravel'), '', true, true);
        }
    }
    ?>
			<?php 
    BYT_Theme_Utils::render_tab_extra_fields('accommodation_extra_fields', $accommodation_extra_fields, 'availability', $accommodation_obj);
    ?>
			<?php 
    do_action('byt_show_single_accommodation_availability_after');
    ?>
		</article>
	</section>	
	<!--description-->
	<section id="description" class="tab-content <?php 
    echo $first_display_tab == 'description' ? 'initial' : '';
    ?>
">
		<article>		
			<?php 
    do_action('byt_show_single_accommodation_description_before');
    BYT_Theme_Utils::render_field("text-wrap", "", "", $accommodation_obj->get_description(), __('General', 'bookyourtravel'), false, false, false);
    BYT_Theme_Utils::render_field("text-wrap", "", "", $check_in_time, __('Check-in time', 'bookyourtravel'), false, false, false);
    BYT_Theme_Utils::render_field("text-wrap", "", "", $check_out_time, __('Check-out time', 'bookyourtravel'), false, false, false);
    BYT_Theme_Utils::render_tab_extra_fields('accommodation_extra_fields', $accommodation_extra_fields, 'description', $accommodation_obj);
    do_action('byt_show_single_accommodation_description_after');
    ?>
		</article>
	</section>