<%= @user.first_name.present? ? t('hello_name', name: @user.first_name) : t('hi_there') %>,
<%= t('you_have_been_invited_to_account_name_product_name_please_sign_up_using_the_link_below_', account_name: @user.account.name, product_name: Docuseal.product_name) %>
<%= link_to t('sign_up'), invitation_url(reset_password_token: @token) %>
<%= t('please_contact_us_by_replying_to_this_email_if_you_have_any_questions') %>
<%= t('thanks') %>,
<%= @current_account.name %>