<%= simple_format t("admin_mailer.order.body", order_id: @order.id, name: @user.name, quantity: @order.quantity, description: @order.description_with_comment, date: (l @order.created_at.to_time, format: :long)) %>