#{extends 'main.html' /}
#{greenscript.css}
dl > dt {
font-weight: bold;
color: #600;
}
#{/greenscript.css}
Customer Info
- First Name
- ${params.get("firstName")}
- Last Name
- ${params.get("lastName")}
- Birthday
- ${params.get("birthday")}
- Address
- ${params.get("street")} ${params.get("state")} ${params.get("country")}
- Email
- ${params.get("email")}
- Phone
- ${params.get("phone")}