<%= @resource.first_name.present? ? t('hello_name', name: @resource.first_name) : t('hi_there') %>,

<%= t('you_requested_to_reset_your_password_use_the_link_below_to_continue') %>:

<%= link_to t('change_my_password'), edit_password_url(@resource, reset_password_token: @token) %>

<%= t('your_password_wont_change_until_you_open_the_link_above_and_set_a_new_one') %>

<%= t('if_you_didnt_request_this_you_can_ignore_this_email') %>

<%= t('thanks') %>,
<%= Docuseal.product_name %>

<% content_for(:remove_attribution, true) %>