<html>
    <body>

        <h1>Credit Application - Quote request</h1>
<hr>
        <strong>Company:</strong> <?php echo $quote->company_name; ?><br />
        <p></p>
        <strong>Terms of payment:</strong> <?php echo $quote->reference; ?><br />
        <p></p>
        <strong>How do you receive orders? </strong> <?php echo $quote->orders; ?><br />
        <p></p>
        <strong>Do you issue quotations? </strong> <?php echo $quote->quotations; ?><br />
        <p></p>
        <strong>Do you manufacture goods? </strong> <?php echo $quote->goods; ?><br />
        <p></p>
        <strong>Do you assemble/use goods (from another supplier) to make your own product? </strong> <?php echo $quote->assemble; ?><br />
        <p></p>
        <strong>Do you buy your product from a Supplier? </strong> <?php echo $quote->buyFromSupplier; ?> <br />
        <p></p>
        <strong>Does the product carry a warrantee? </strong> <?php echo $quote->warrantee; ?><br />
        <p></p>
        <strong>Do you have an agreement with your supplier?</strong> <?php echo $quote->agreement; ?><br />
        <p></p>
        <strong>Does the product come with instructions, labels, stickers or a manual? </strong> <?php echo $quote->instructions; ?><br />
        <p></p>
        <strong>How do you determine the purchase price? </strong> <?php echo $quote->determinePurchasePrice; ?><br />
        <p></p>
        <strong>Do you charge interest? </strong> <?php echo $quote->interest; ?><br />
        <p></p>
        <strong>What % interest do you (or do you want to) charge? </strong> <?php echo $quote->dateInterest; ?><br />
        <p></p>
        <strong>Would you like your customer to sign a suretyship when completing your credit agreement? </strong> <?php echo $quote->suretyship; ?><br />


        <strong>Do you have a return policy? What is it? </strong> <?php echo $quote->returnPolicy; ?><br />
        <p></p>
        <strong>Is your product dangerous? </strong> <?php echo $quote->dangerous; ?><br />
        <p></p>
        <strong>Does your product come with a test certificate? </strong> <?php echo $quote->testCertificate; ?><br />
        <p></p>
        <strong>What are the terms printed on your invoice? </strong> <?php echo $quote->termsInvoice; ?><br />
        <p></p>
        <strong>What are the terms printed on your delivery note? </strong> <?php echo $quote->termsDeliveryNote; ?><br />
        <p></p>
        <strong>Anything else you want to include? Special terms. </strong> <?php echo $quote->specialTerms; ?><br />


    </body>
</html>
