<%= t 'users.mailer.unlock.title', name: (@resource.name || @resource.email) %>

<%= simple_format t('users.mailer.unlock.body') %>

<%= link_to t('users.mailer.unlock.unlock_my_account'), unlock_url(@resource, unlock_token: @token) %>