15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
<p><%= I18n.t('admin_mailer.greeting') %>,</p>
|
|
|
|
<p>
|
|
<%= I18n.t('admin_mailer.attendance_change_email.paragraph_1', name: @guest.name) %>
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<strong><%= I18n.t("active_record.attributes.guest.status") %>:</strong> <%= I18n.t("active_record.attributes.guest/status.#{@guest.status}") %>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
<%= I18n.t("admin_mailer.attendance_change_email.notify_on_updates") %>
|
|
</p> |