An error occurred while processing the template.
The string doesn't match the expected date/time/date-time format. The string to parse was: "". The expected format was: "yyyy-MM-dd".
The nested reason given follows:
Unparseable date: ""
----
FTL stack trace ("~" means nesting-related):
- Failed at: #if .now?date < event.date.getData()?... [in template "20115#20151#48668" at line 10, column 1]
---- 1<div class="m-3"> 2<h2 class="fr-fs-lg"><@liferay.language key="frInvites.template.title" /></h2> 3<p><@liferay.language key="frInvites.template.text" /></p> 4</div> 5<div class="fr-proximos-eventos mb-5"> 6<h2 class="fr-fs-lg"><@liferay.language key="frInvites.template.nextEvents" /></h2> 7<#if event.getSiblings()?has_content> 8<div class="row fr-proximos-blue row-gap-3"> 9<#list event.getSiblings() as event> 10<#if .now?date < event.date.getData()?date("yyyy-MM-dd")> 11<div class="col-md-4 col-sm-12"> 12<div class="fr-proximos-card position-relative overflow-hidden"> 13<img src="${event.image.getData()}" alt="" class="position-absolute w-100 h-100"> 14<div class="fr-proximos-content position-absolute bottom-0 start-0 w-100 text-white" style="padding-left:4px"> 15<p class="text-uppercase small p-0" style="margin-bottom:0">${event.type.getData()}</p> 16<h4 style="margin-top:0;margin-bottom:0">${event.data}</h4> 17<a href="#" onclick="event.preventDefault(); window.location.href='${event.link.getData()}'" class="text-white text-decoration-none"><@liferay.language key="frInvites.template.more" /> ›</a> 18</div> 19</div> 20</div> 21</#if> 22</#list> 23</div> 24</#if> 25</div>