         <div class="row">
                                               <div class="col-auto" title="Rating points: <?php echo get_rating_points('content_id=' . $content['id'] . ''); ?>" data-toggle="tooltip">
                                                   <module type="rating" content_id="<?php print $content['id'] ?>"/>
                                               </div>

                                               <div class="col text-center  bold">
                                                   <span class="count"><?php echo get_comments('content_id=' . $content['id'] . '&count=1'); ?></span> <?php if (get_comments('content_id=' . $content['id'] . '&count=1') == 1): ?>review<?php else: ?>reviews<?php endif; ?>
                                               </div>

                                               <div class="col text-center bold">
                                                   <span class=""><?php _lang("Write a Review", 'templates/new-world') ?></span>
                                               </div>

                                               <div class="col">
                                                   <hr class="hr w-100" style="margin-top:8px;"/>
                                               </div>
                                           </div>

                                           <!--      <div class="row">
                                          <div class="col-12">
                                              <div class="description-short">
                                                  <div class="edit typography-area" field="content_body_short" rel="content">
                                                      <p><?php /*_lang("There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.", 'templates/new-world') */?> </p>
                                                  </div>
                                              </div>
                                          </div>
                                      </div>
                                      -->

                                      <!--
                    <div class="row m-t-20">
                        <div class="col-12 text-left">
                            <h5 class="hr"> <?php _lang("Description and Reviews", 'templates/new-world') ?></h5>
                        </div>
                    </div>

                    <div class="bg-silver p-30 m-b-20">
                        <div class="tabs">

                            <ul class="nav" role="tablist">
                                <li role="presentation" class="m-5 m-l-0"><a href="#product-information" aria-controls="product-information" role="tab" data-toggle="tab" class="btn btn-outline-primary shadow-md active"><?php _lang("Description", 'templates/new-world') ?></a></li>
                                <li role="presentation" class="m-5"><a href="#reviews" aria-controls="reviews" role="tab" data-toggle="tab" class="btn btn-outline-primary shadow-md"><?php _lang("Reviews", 'templates/new-world') ?></a></li>
                            </ul>

                            <div class="tab-content">
                                <div role="tabpanel" class="tab-pane active" id="product-information">
                                    <div class="row">
                                        <div class="col-md-12">
                                            <div class="description">
                                                <div class="edit typography-area" field="content_body" rel="content">
                                                    <h6 class="strong"><?php _lang("How to write product descriptions that sell", 'templates/new-world') ?></h6>
                                                    <p class="strong"><?php _lang("One of the best things you can do to make your store successful is invest some time in writing great product descriptions. You want to provide detailed yet concise information that will entice potential customers to buy.", 'templates/new-world') ?></p>

                                                    <h6 class="strong"><?php _lang("Think like a consumer", 'templates/new-world') ?></h6>
                                                    <p class="strong"><?php _lang("Think about what you as a consumer would want to know, then include those features in your description. For clothes: materials and fit. For food: ingredients and how it was prepared. Bullets are your friends when listing
                                                            features — try to
                                                            limit each one to 5-8 words.", 'templates/new-world') ?></p>

                                                    <h6 class="strong"><?php _lang("Find differentiators", 'templates/new-world') ?></h6>
                                                    <p class="strong"><?php _lang("Pepper your features with details that show how the product stands out against similar offerings. For clothes: is it vintage or hard to find? For art: is the artist well known? For home décor: is it a certain style like
                                                            mid-century modern?
                                                            Unique product descriptions not only help you stand out, they improve your SEO.", 'templates/new-world') ?></p>

                                                    <h6 class="strong"><?php _lang("Keep it simple", 'templates/new-world') ?></h6>
                                                    <p class="strong"><?php _lang("Provide enough detail to help consumers make an informed decision, but don’t overwhelm with a laundry list of features or flowery language. Densely pack your descriptions with useful information and watch products fly off the
                                                            shelf", 'templates/new-world') ?>.</p>
                                                </div>
                                            </div>
                                        </div>
                                    </div>

                                </div>
                                <div role="tabpanel" class="tab-pane" id="reviews">
                                    <module type="comments" template="skin-1"/>
                                </div>
                            </div>
                        </div>

                    </div>-->
