#macro setupCal field button> #macro> <#escape x as x?html>
checked="checked"#if>type="radio"> #i18n{calendar.portlet_modify_calendar.labelPeriodicityInterval} #i18n{calendar.portlet_modify_calendar.labelFrom} ${date_begin[6..7]}/${date_begin[4..5]}/${date_begin[0..3]}#if>" size="10" maxlength="10" /> #i18n{calendar.portlet_modify_calendar.labelTo} ${date_end[6..7]}/${date_end[4..5]}/${date_end[0..3]}#if>" size="10" maxlength="10" />
checked="checked"#if> type="radio" />#i18n{calendar.portlet_modify_calendar.labelPeriodicity} <@combo name="number_days" default_value="<#if number_days?exists>${number_days}#if>" items=interval_list />#i18n{calendar.portlet_modify_calendar.labelStartingNow}