<%= @guest.email_safe_salutation %>
<% if @guest.attending %>We look forward to seeing you!
The address is:
<%= render partial: 'application/wedding_address' %>If you would like to view or update your RSVP, you can use the following link to get back to it:
<%= link_to guest_url(@guest), guest_url(@guest) %>
If you need it, our mailing address is:
<%= render partial: 'application/mailing_address' %>Please check <%= link_to 'our wedding website', root_url %> for more information, or you can reply to this email.
<% else %>We're sorry to hear you can't make it. If you change your mind, you can update your RSVP with the link below:
<%= link_to guest_url(@guest), guest_url(@guest) %>
We hope to see you another time!
<% end %>
<%= t :wedding_couple_names %>