<%= t(".greeting", product: product_name) %>

<%= t( ".body", inviter: @invitation.inviter.display_name, family: @invitation.family.name, product_name: product_name ).html_safe %>

<%= link_to t(".accept_button"), @accept_url, class: "button" %>