<#list years as year>
<#-- Mobile version on column 1 -->
<#assign style = (conferencePublishStatus[year?index])?then("", "color: grey;")/>
${year?html} (${artifacts[year?index]?html})<#sep> #sep>
#list>
|
<#list displayYears as displayYear>
<#assign currYearFound = 0/>
<#list years as year>
<#if year = displayYear>
<#assign currYearFound = 1/>
<#assign style = (conferencePublishStatus[year?index])?then("", "color: grey;")/>
${year?html} (${artifacts[year?index]?html})
|
<#break>
#if>
#list>
<#if currYearFound = 0>
|
#if>
#list>
|
${conferenceTitle?html} |