Bike database interface
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.5 KiB

.col-xs-6
.receipt
%h2= client.bike.name
%br
.horizontal-line
.client-information
%strong= "#{client.name}#{" - " + client.agency.name if client.agency}"
.horizontal-line
.receipt-body
%p= "Includes Helmet" if client.helmet
%p= "Includes Lock" if client.lock
%p= "Owes $25" if client.will_pay
%br
%p Date ___________________
%br
%br
_______________________________________________
%br
Client Signature
%br
%br
%br
____________ Recyclery Initials
.col-xs-6
.receipt
%h2= client.bike.name
%br
.horizontal-line
.client-information
%strong= "#{client.name}#{" - " + client.agency.name if client.agency}"
.horizontal-line
.receipt-body
%p= "Includes Helmet" if client.helmet
%p= "Includes Lock" if client.lock
%p= "Owes $25" if client.will_pay
%br
%p Date ___________________
%br
%br
_______________________________________________
%br
Client Signature
%br
%br
____________ Recyclery Initials
%br
%br
%br
_______________________________________________
%br
Contact Email
%br
%br
_________________________________ Contact Phone
%br
%br
▢ Client grants The Recyclery Collective consent to use and publish photos.