TYPO3ContentElements/Resources/Private/Templates/ContentElements/SkillDisplaySkillSet.html

13 lines
601 B
HTML

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
xmlns:sd="http://typo3.org/ns/SkillDisplay/Typo3Extension/ViewHelpers"
data-namespace-typo3-fluid="true">
<f:for each="{skillSets}" as="skillSet">
{f:render(partial: 'VerificationBox', arguments: {
title: skillSet.name,
count: '{skillSet.skills -> f:count()}',
detailUrl: 'https://my.skilldisplay.eu/skillset/{skillSet.id}',
verificationUrl: '{sd:verification.url(skillSet: skillSet.id)}',
description: skillSet.description
})}
</f:for>
</html>