2024-05-29 15:47:31 +00:00
|
|
|
<% if @user.present? %>
|
|
|
|
<%= t(".greeting", name: @user.first_name) %>
|
|
|
|
<% else %>
|
|
|
|
<%= t(".greeting_without_name") %>
|
|
|
|
<% end %>
|
2024-04-14 19:01:32 +00:00
|
|
|
|
2024-04-13 10:22:40 +00:00
|
|
|
<%= yield %>
|
2024-04-14 19:01:32 +00:00
|
|
|
|
|
|
|
<%= t(".sign_off") %>
|