{{#unless only_daily}}
<%=
__('%1$s emails')
| format('{{ emails }}')
%> {{ format_time interval }}.
{{/unless}}
<%=
__("That's %1$s emails per day")
| format('{{ daily_emails }}')
| raw
%>
{{#ifCond emails_per_second ">" "1"}}
<%=
__("That's %1$s emails per second. We highly recommend to send 1 email per second, at the absolute maximum. MailPoet needs at least one second to process and send a single email (on most hosts.) Alternatively, send with MailPoet, which can be up to 50 times faster.")
| format('{{ emails_per_second }}')
| raw
%>
{{/ifCond}}