This repository has been archived on 2025-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavecomm/templates/test.html
Tina_Azure fae75e65fc Amendment of spec: Templates shall utilize only lower-case variable names
Removal of workaround for lowercase column names
Apropriately changed the test.html
2023-03-21 02:05:32 +01:00

14 lines
526 B
HTML

<p>id: {{id}}</p>
<p>customerEmailAddress: {{customeremailaddress}}</p>
<p>freelancer: {{freelancer}}</p>
<p>templateName: {{templatename}}</p>
<p>currencyPreference: {{currencypreference}}</p>
<p>priceUpFront: {{priceupfront}}</p>
<p>priceOnDeliver: {{priceondeliver}}</p>
<p>requestDescription: {{requestdescription}}</p>
<p>upFrontInvoiceID: {{upfrontinvoiceid}}</p>
<p>onDeliverInvoiceID: {{ondeliverinvoiceid}}</p>
<p>upFrontPaid: {{upfrontpaid}}</p>
<p>onDeliverPaid: {{ondeliverpaid}}</p>
<p>accepted: {{accepted}}</p>