{{ salon_city }}
The Studio Account
Est. {{ established }}
Guest
{{ client_name }}
{{ client_contact }}
Your Stylist
{{ stylist_name }}
{{ stylist_title }}
Appointment
{{ appointment_date }}
{{ appointment_time }}
01
Services
{{ services_subtotal }}
{% if products %}
02
Take-Home
{{ products_subtotal }}
{% for item in products %}
{{ item.name }}
{% if item.meta %} — {{ item.meta }}{% endif %}
Qty {{ item.qty }}
{{ item.amount }}
{% endfor %}
{% endif %}
“
{{ thank_you }}
{{ sign_off }}
Services
{{ services_subtotal }}
{% if products_subtotal %}
Take-Home
{{ products_subtotal }}
{% endif %}
{% if tax %}
{{ tax_label }}
{{ tax }}
{% endif %}
Gratuity · {{ tip_percent }}
{{ tip }}
Amount Settled
{{ total }}
{% if rebook_note %}
{{ rebook_note }} {{ rebook_cta }}
{% endif %}