mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 12:36:12 +02:00
tea/Resources/Private/Templates/Testimonial/Show.html

13 lines
391 B
HTML
Raw Normal View History

2017-12-09 18:05:05 +01:00
<f:layout name="Default"/>
<f:section name="main">
<h3>
<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>
</h3>
<f:format.html>
{testimonial.text}
</f:format.html>
</f:section>