{** search form starts here **}

{** search form ends here **}
{if $testimonials_Enabled == 'No'}

{trans key="testimonials.testimonials"} ({trans key="common.disabled"})

{else}

{trans key="testimonials.testimonials"}

{/if}

{if $testimonials}

{trans key="testimonials.average_score"} : {$averageRating}

 
{foreach from=$testimonials item="testimonial"} {/foreach}
{trans key="testimonials.name"} {trans key="common.date"} {trans key="testimonials.company"} {trans key="testimonials.rating"} {trans key="testimonials.testimonial"} {trans key="testimonials.status"}
{$testimonial.name|htmlspecialchars} {$testimonial.date_created_formatted} {$testimonial.company|htmlspecialchars} {$testimonial.rating} {$testimonial.testimonial|truncate:40:" ..."|nl2br} {if $testimonial.status == 'approved'} {trans key="testimonials.status_options.approved"} {elseif $testimonial.status == 'declined'} {trans key="testimonials.status_options.declined"} {else} {trans key="testimonials.status_options.pending"} {/if} {trans key="common.edit"} {trans key="common.delete"}
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} of {$paginator->itemsCount}
{else}
{if $testimonials_Enabled == 'No'} {trans key="testimonials.testimonials_disabled"} {else} {trans key="testimonials.no_testimonials"} {/if}
{/if} {include file="templates/pages/testimonial/modal-settings.html"} {include file="templates/pages/testimonial/modal-update-statuses.html"} {include file="templates/pages/testimonial/modal-delete.html"}