mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-25 22:56:17 +01:00
15 lines
No EOL
547 B
HTML
15 lines
No EOL
547 B
HTML
<f:layout name="Default"/>
|
|
|
|
<f:section name="main">
|
|
<h2><f:translate key="heading.testimonials"/></h2>
|
|
<f:for each="{testimonials}" as="testimonial">
|
|
<h3>
|
|
<f:link.action action="show" arguments="{testimonial: testimonial}">
|
|
<f:format.printf arguments="{cups: testimonial.numberOfConsumedCups}">
|
|
<f:translate key="testimonials.cups.and.date"/>
|
|
</f:format.printf>
|
|
<f:format.date format="{f:translate(key: 'date-and-time-format')}">{testimonial.dateOfPosting}</f:format.date>
|
|
</f:link.action>
|
|
</h3>
|
|
</f:for>
|
|
</f:section> |