{trans key="testimonials.name"} | {trans key="testimonials.company"} | {trans key="testimonials.rating"} | {trans key="testimonials.testimonial"} | {trans key="testimonials.status"} | ||
---|---|---|---|---|---|---|
{$testimonial.name|htmlspecialchars} | {$testimonial.company|htmlspecialchars} | {$testimonial.rating} | {$testimonial.testimonial|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"} |