2022-08-02 17:15:47 +02:00
|
|
|
<html
|
|
|
|
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
|
|
|
data-namespace-typo3-fluid="true"
|
|
|
|
>
|
|
|
|
|
2019-11-07 14:16:28 +01:00
|
|
|
<f:layout name="Default" />
|
2022-08-02 17:15:47 +02:00
|
|
|
|
2019-11-07 14:16:28 +01:00
|
|
|
<f:section name="content">
|
2022-08-02 17:15:47 +02:00
|
|
|
<f:if condition="{settings.template} === 'table'">
|
|
|
|
<f:then>
|
|
|
|
{f:render(partial: 'Date/ListTable', arguments: _all)}
|
|
|
|
</f:then>
|
|
|
|
<f:else>
|
|
|
|
{f:render(partial: 'Date/ListDefault', arguments: _all)}
|
|
|
|
</f:else>
|
|
|
|
</f:if>
|
2019-11-07 14:16:28 +01:00
|
|
|
</f:section>
|
2022-08-02 17:15:47 +02:00
|
|
|
|
|
|
|
</html>
|