2020-09-22 14:03:20 +02:00
|
|
|
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
2021-01-25 16:02:17 +01:00
|
|
|
xmlns:sd="http://typo3.org/ns/SkillDisplay/SkilldisplayContent/ViewHelpers"
|
2020-09-22 14:03:20 +02:00
|
|
|
data-namespace-typo3-fluid="true">
|
|
|
|
<f:for each="{skillSets}" as="skillSet">
|
2020-10-19 11:41:57 +02:00
|
|
|
{f:render(partial: 'VerificationBox', arguments: {
|
|
|
|
title: skillSet.name,
|
|
|
|
count: '{skillSet.skills -> f:count()}',
|
|
|
|
detailUrl: 'https://my.skilldisplay.eu/skillset/{skillSet.id}',
|
2020-11-04 15:32:45 +01:00
|
|
|
brandLogoUrl: skillSet.brand.logoPublicUrl,
|
2020-11-27 23:10:46 +01:00
|
|
|
verificationUrl: '{sd:verification.url(skillSet: skillSet.id, campaign: data.skilldisplay_campaign)}',
|
2020-10-19 11:41:57 +02:00
|
|
|
description: skillSet.description
|
|
|
|
})}
|
2020-09-22 14:03:20 +02:00
|
|
|
</f:for>
|
|
|
|
</html>
|