com.github.robozonky.notifications.templates.html.additional-investment-info.ftl Maven / Gradle / Ivy
The newest version!
Informace o splácení
Bilance:
${data.balance?string.currency} po ${data.monthsElapsed} m.
Zaplacená jistina:
${data.principalPaid?string.currency} z původních ${data.amountHeld?string.currency}
Zaplacené úroky:
${data.interestPaid?string.currency} z původních ${data.interestExpected?string.currency}
<#if data.currentDaysDue??>
Aktuálně po splatnosti:
<#if data.currentDaysDue gt 0>
${data.currentDaysDue?c} dní.
<#else>
Ne.
#if>
#if>
<#if data.longestDaysDue??>
Nejdéle po splatnosti:
<#if data.longestDaysDue gt 0>
${data.longestDaysDue?c} dní.
<#else>
Nikdy.
#if>
#if>