First Name: <%= customer.first_name %>
Surname: <%= customer.surname %>
Phone: <%= customer.phone %>
Notes: <%= customer.notes %>
Color: <%= customer.color_emoji %> <%= (customer.color || 'green').humanize %>
Email: <%= customer.email %>
Birthyear: <%= customer.birthyear %>