| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-felogin/Resources/Private/Partials/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-felogin/Resources/Private/Partials/RenderLabelOrMessage.html |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" data-namespace-typo3-fluid="true"
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:fluid="http://typo3.org/ns/TYPO3Fluid/Fluid/ViewHelpers">
<fluid:spaceless>
<f:if condition="{settings.{key}}">
<f:then>
{settings.{key}}
</f:then>
<f:else>
<f:translate key="{key}"/>
</f:else>
</f:if>
</fluid:spaceless>
</html>