{load_language_text section="reviews"} {load_language_text section="buttons" name="button"} {if $module_content|@count > 0}
{$txt.heading_reviews}
{foreach name=aussen key=key item=module_data from=$module_content}
{$module_data.RATING} {if isset($rich_snippet_content.$key)} {$rich_snippet_content.$key.rating_itemprop_ratingValue} {/if}
{$txt.label_author}
{$txt.label_date}
{$module_data.AUTHOR}
{if isset($rich_snippet_content.$key)}{$rich_snippet_content.$key.review_itemprop_datePublished}{/if}{$module_data.DATE}
{$module_data.TEXT|truncate:150:" ..."}
{$txt.text_reviews_link}
{/foreach}
{$button.your_opinion}
{/if}