<?php 
            }
            ?>
						<div class="meta room_type">
							<h2><?php 
            echo $room_type_obj->get_title();
            ?>
</h2>
							<?php 
            BYT_Theme_Utils::render_field('', '', '', $room_type_obj->get_custom_field('meta'), '', true, true);
            ?>
							<?php 
            BYT_Theme_Utils::render_link_button("#", "more-info", "", __('+ more info', 'bookyourtravel'));
            ?>
						</div>
						<div class="room-information">
							<div class="row">
								<span class="first"><?php 
            _e('Max:', 'bookyourtravel');
            ?>
</span>
								<span class="second">
									<?php 
            for ($j = 0; $j < $room_type_obj->get_custom_field('max_count'); $j++) {
                ?>
									<img src="<?php 
                echo BYT_Theme_Utils::get_file_uri('/images/ico/person.png');
                ?>
" alt="" />
									<?php 
            }