templates/en/patient-resources-warranty-formulary.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Warranty formulary | CoaguChek{% endblock %}
  3. {% block description %}Fill out this form to validate the warranty on your CoaguChek INRange system.{% endblock %}
  4. {% block main %}
  5.     <section class="bg-patient text-white position-relative roche-header">
  6.         <div class="container-fluid">
  7.             <div class="row align-items-center">
  8.                 <div class="col-lg-4 offset-lg-2 py-5 px-0 order-2 order-lg-1">
  9.                     <div class="container">
  10.                         <div class="h1">CoaguChek<sup>®</sup> resources</div>
  11.                         <p class="mb-0">Find information about learning to use your CoaguChek<sup>®</sup> device, warranty, reimbursement, and the manuals for <span class="text-nowrap">CoaguChek<sup>®</sup> INRange</span> and <span class="text-nowrap">CoaguChek<sup>®</sup> XS.</span></p>
  12.                     </div>                    
  13.                 </div>
  14.                 <div class="col-lg-6 pe-0 order-1 order-lg-2">
  15.                     <img src="{{ asset('build/images/patient/06-Resources/00-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/06-Resources/00-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/06-Resources/00-Heroimage_2x.png') }} 2x" alt="A man and woman sitting on a couch looking at a tablet" class="w-100" />
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <div >
  21.         <section class="position-relative roche-section__medium mb-0 pb-0 pt-3 roche-tab lb-tab-menu roche-tab__patient">
  22.             <div class="container lb-tab-container">
  23.                 <div class="nav d-flex rounded-4 shadow mt-5 py-3 justify-content-around">
  24.                     <a href="{{ path('patient-resources-self-testing') }}" class="nav-link">Self-testing</a>
  25.                     <a href="{{ path('patient-resources-warranty-formulary') }}" class="nav-link active">Warranty formulary</a>
  26.                     <a href="{{ path('patient-resources-reimbursement') }}" class="nav-link">Reimbursement</a>
  27.                     <a href="{{ path('patient-resources-device-manuals') }}" class="nav-link">Device manuals</a>
  28.                     <a href="{{ path('patient-resources-glossary') }}" class="nav-link">Glossary</a>
  29.                 </div>
  30.             </div>
  31.         </section>
  32.         <div class="tab-content">
  33.             <div class="tab-pane fade show active" id="warranty-formulary">
  34.                 {{ form_start(form) }}
  35.                 <section class="roche-section__medium">
  36.                     <div class="container">
  37.                         <h1 class="h2 text-patient">Warranty formulary</h1>
  38.                         <p>2-year warranty on CoaguChek<sup>®</sup> INRange manufactured by Roche Diagnostics </p>
  39.                         <p>To validate the 2-year warranty for your CoaguChek<sup>®</sup> INRange meter in Canada, complete and submit this warranty formulary.</p>
  40.                     </div>
  41.                 </section>
  42.                 <section class="roche-section__medium bg-soft">
  43.                     <div class="container">
  44.                         <h2>Your CoaguChek<sup>®</sup> INRange</h2>
  45.                         <p><small>Fields marked with * must be completed.</small></p>
  46.                         <div class="row">
  47.                             <div class="col-12 col-md-6 col-lg-3">
  48.                                 {{ form_row(form.serialNumber) }}
  49.                             </div>
  50.                             <div class="col-12 col-md-6 col-lg-3">
  51.                                 {{ form_row(form.dateOfPurchase) }}
  52.                             </div>
  53.                             <div class="col-12 col-md-6 col-lg-3">
  54.                                 {{ form_row(form.firstname) }}
  55.                             </div>
  56.                             <div class="col-12 col-md-6 col-lg-3">
  57.                                 {{ form_row(form.lastname) }}
  58.                             </div>
  59.                             <div class="col-12 col-md-6 col-lg-3">
  60.                                 {{ form_row(form.dateOfBirth) }}
  61.                             </div>
  62.                             <div class="col-12 col-md-6 col-lg-3" >
  63.                                 {{ form_row(form.inrSelfTesting) }}
  64.                                 {{ form_row(form.purpose, {'row_attr': {
  65.                                     'data-controller': 'dependent',
  66.                                     'data-dependent-source-value': '[name="warranty[inrSelfTesting]"]',
  67.                                     'data-dependent-active-value': 'no',
  68.                                 }}) }}
  69.                             </div>
  70.                             <div class="col-12 col-md-6 col-lg-3">
  71.                                 {{ form_row(form.healthcareProfessional) }}
  72.                                 {{ form_row(form.profession, {'row_attr': {
  73.                                     'data-controller': 'dependent',
  74.                                     'data-dependent-source-value': '[name="warranty[healthcareProfessional]"]',
  75.                                     'data-dependent-active-value': 'yes',
  76.                                 }}) }}
  77.                             </div>
  78.                         </div>
  79.                     </div>
  80.                 </section>
  81.                 <section class="roche-section__medium">
  82.                     <div class="container">
  83.                         <h2 class="text-patient">Contact</h2>
  84.                         <div class="row">
  85.                             <div class="col-12 col-md-6 col-lg-4">
  86.                                 {{ form_row(form.street) }}
  87.                             </div>
  88.                             <div class="col-12 col-md-6 col-lg-4">
  89.                                 {{ form_row(form.unit) }}
  90.                             </div>
  91.                             <div class="col-12 col-md-6 col-lg-4">
  92.                                 {{ form_row(form.city) }}
  93.                             </div>
  94.                             <div class="col-12 col-md-6 col-lg-3">
  95.                                 {{ form_row(form.postalCode) }}
  96.                             </div>
  97.                             <div class="col-12 col-md-6 col-lg-3">
  98.                                 {{ form_row(form.phone) }}
  99.                             </div>
  100.                             <div class="col-12 col-md-6 col-lg-3">
  101.                                 {{ form_row(form.email) }}
  102.                             </div>
  103.                             <div class="col-12 col-md-6 col-lg-3">
  104.                                 {{ form_row(form.language) }}
  105.                             </div>
  106.                         </div>
  107.                     </div>
  108.                 </section>
  109.                 <section class="roche-section__medium bg-soft">
  110.                     <div class="container">
  111.                         <h2 class="text-patient">Patient declarations</h2>
  112.                         {{ form_rest(form) }}
  113.                     </div>
  114.                 </section>
  115.                 <section class="roche-section__medium">
  116.                     <div class="container">
  117.                         <p>The CoaguChek<sup>®</sup> auto control system from Roche Diagnostics is guaranteed against all defects of functioning, manufacturing, or parts for a period of two years, beginning on the date of purchase. </p>
  118.                         <p>Liability under this warranty extends only to the repair or replacement of defective parts or materials or to the replacement of the system purchased to the exclusion of all other claims, demands, actions, and remedies even if the defect, damage, or loss has been caused by negligence or other fault of Roche Diagnostics.</p>
  119.                         <p>The warranty guarantees replacement of the system in the event of damage or any system malfunction that cannot be solved by means other than replacement of the components. This warranty replaces and supersedes any other warranty, whether expressed, implied, contractual, extra-contractual or statutory, respecting the named system, including but not limited to any implied warranty of fitness for a particular purpose.</p>
  120.                         <p>This warranty shall not apply to a Roche Diagnostics system not installed and/or used according to the instructions or specifications thereof, or to a Roche Diagnostics system damaged by accident or subjected to alteration, misuse, tampering, abuse, and/or repair or attempted repair by someone other than Roche Diagnostics or an authorized agent.</p>
  121.                         <p>In no event shall Roche Diagnostics be liable for any incidental, indirect, special, or consequential damages whatsoever, including but not limited to any personal or material damages or loss of use, revenue, or profit, even if the defect, damage, or loss is caused by the negligence or other fault of Roche Diagnostics.</p>
  122.                         <p>This warranty is granted only to the first purchaser for use of the system and is not transferable.</p>
  123.                         <p>The warranty is valid only if the name of the monitor and its serial number, date of purchase, and other requested information are entered on the attached Warranty card, which must be returned to Roche Diagnostics within thirty (30) days of purchase.</p>
  124.                         <p>The warranty period is not affected by any claim made under the warranty.</p>
  125.                         <p>If you have a claim under warranty, please call the following toll-free number: <a class="text-patient" href="tel:18774262482">1-877-426-2482</a></p>
  126.                         <button class="btn btn-patient text-white">{{ button_label|default('Submit') }}</button>
  127.                         
  128.                     </div>
  129.                 </section>
  130.     
  131.                 <section class="roche-section__medium bg-soft">
  132.                     <div class="container">
  133.                         <div class="row">
  134.                             <div class="col-lg-6">
  135.                                 <p>Roche Diagnostics <br>
  136.                                 Division of Hoffmann-La Roche Ltd <br>
  137.                                 201 Armand-Frappier Blvd. Laval, Quebec&nbsp;&nbsp;H7V 4A2 <br></p>
  138.                             </div>
  139.                             <div class="col-lg-6">
  140.                                 <p>CoaguChek<sup>®</sup> is a registered trademark of Roche <br>
  141.                                 © 2022 Roche Diagnostics. <br>
  142.                                 All rights reserved.</p>                        
  143.                             </div>
  144.                         </div>
  145.                     </div>
  146.                 </section>
  147.                 {{ form_end(form) }}
  148.             </div>
  149.         </div>
  150.     </div>
  151. {% endblock %}