<%- _.__('oro.calendar.event.recurrence.control-label.repeat-every') %>
<%- _.__('oro.calendar.event.recurrence.controls.years') %>
<%- _.__('oro.calendar.event.recurrence.control-label.repeat-on') %>
<% _.each(monthsOptions, function (option) { %>
selected="selected"<% } %>> <%- option.text %>
<% }); %>
<%- _.__('oro.calendar.event.recurrence.controls.monthly-repeat-on.day') %>
━━━━━━━━━
<% _.each(repeatOnOptions, function (option) { %>
selected="selected"<% } %>> <%- _.__('oro.calendar.event.recurrence.controls.monthly-repeat-on.' + option.text) %>
<% }); %>
<% _.each(groupWeekDayOptions, function (option) { %>
selected="selected"<% } %>> <%- _.__('oro.calendar.event.recurrence.controls.' + option.text) %>
<% }); %>
<% _.each(dayOfWeekOptions, function (option) { %>
selected="selected"<% } %>> <%- option.text %>
<% }); %>