2021-01-25 13:05:27 +01:00
|
|
|
<%= render 'notifications_mailer/shared/hello', recipient: @recipient %>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<%= t('.body.remember',
|
|
|
|
REFERENCE: @attached_object.payment_schedule.reference,
|
2023-11-14 10:36:12 +01:00
|
|
|
AMOUNT: number_to_currency(@attached_object.amount / 100.00, locale: CURRENCY_LOCALE),
|
2021-02-08 15:28:47 +01:00
|
|
|
DATE: I18n.l(@attached_object.due_date, format: :long)) %>
|
2021-01-25 13:05:27 +01:00
|
|
|
<%= t('.body.error') %>
|
|
|
|
</p>
|
2021-02-10 10:03:04 +01:00
|
|
|
<p><%= t('.body.action_html', DASHBOARD: link_to(t('.body.your_dashboard'), "#{root_url}#!/dashboard/payment_schedules")) %></p>
|