hotel_commerce/modules/qlohotelreview/views/templates/hook/product-tab-content.tpl
2023-06-26 13:09:26 +05:30

29 lines
855 B
Smarty

{**
* 2010-2022 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2022 Webkul IN
* @license LICENSE.txt
*}
<div id="hotel-reviews" class="tab-pane card">
{if is_array($reviews) && count($reviews)}
{include file='./_partials/review-summary.tpl'}
{include file='./_partials/media-list.tpl'}
{include file='./_partials/list-actions.tpl'}
{include file='./_partials/review-list.tpl'}
{else}
{l s='No reviews.' mod='qlohotelreview'}
{/if}
</div>