{$msg.testimonials.testimonials}

{if $testimonialSubmited}

{$msg.testimonials.thanks}

{else} {if $rating}
Overall Rating: {math equation = "x*10" x=$rating format="%.2f"}%
Average Rating: {math equation = "x" x=$rating format="%.2f"}/10
{assign var=currentStar value=1} {section name=stars loop=10} {if $rating>= $currentStar}  {else} {if $rating>= ($currentStar - .5)}  {else}  {/if} {/if} {assign var=currentStar value=$currentStar+1} {/section}
{/if} {if $testimonials}
{foreach from=$testimonials item=testimonial}
{$testimonial.testimonial|htmlspecialchars|nl2br}
{$testimonial.name|htmlspecialchars}{if $testimonial.company}, {$testimonial.company|htmlspecialchars}{/if}
{/foreach} {if $prevLink || $nextLink}
{if $prevLink}{$msg.testimonials.prev}{/if} {if $nextLink}{$msg.testimonials.next}{/if}
{/if}
{/if} {if $testimonialError}
{$msg.testimonials.error}
{/if}

{$msg.testimonials.write_testimonial}

{if $testimonials_Use_Rating == "Yes"}
{/if}
{if $captchaMethod != "None" && $testimonials_Use_Captcha && $captcha}
{$captcha}
{/if}
{button class="button-testimonial-submit" text=$msg.buttons.buttonTestimonialSubmit file=$smarty.template}
{/if}