<%= Current.user.first_name.present? ? t(".greeting", name: Current.user.first_name ) : t(".fallback_greeting") %>
<% unless @accounts.blank? %><%= t(".subtitle") %>
<% end %><%= t(".no_transactions") %>
<%= link_to t(".view_all"), transactions_path %>