<%= t('mailer.devise.unlock_instructions.greeting', name: @resource.name) %>
<%= t('mailer.devise.unlock_instructions.body') %>
<%= t('mailer.devise.unlock_instructions.action_prompt') %>
<%= link_to t('mailer.devise.unlock_instructions.unlock_account'), unlock_url(@resource, unlock_token: @token) %>