templates/en/patient-resources-device-manuals.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Device manuals | CoaguChek{% endblock %}
  3. {% block description %}Download the manual and/or product insert for your CoaguChek® INRange, CoaguChek® XS, or CoaguChek® Softclix® device.{% 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 data-controller="tab">
  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">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 active">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="device-manuals">
  34.                 <section class="roche-section__medium">
  35.                     <div class="container">
  36.                         <h1 class="h2 text-patient mb-5">Download information about your CoaguChek<sup>®</sup> device</h1>
  37.                         <div class="row d-flex align-items-center mb-3">
  38.                             <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  39.                                 <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon">
  40.                             </div>
  41.                             <div class="col-12 col-lg-11">
  42.                                 <div>
  43.                                     <h3>CoaguChek<sup>®</sup> INRange</h3>
  44.                                     <p>The documents you need to support self-testing with the CoaguChek<sup>®</sup> INRange system.</p>
  45.                                     <p class="mb-0">
  46.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/CCINRange_User_Manuel_EN_FR.pdf') }}" download>Download user’s manual</a><br>
  47.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Test-PST_EN_FR.pdf') }}" download>Download strips package insert</a><br>
  48.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Canada_POC_CoaguChek_INRange_Brochure_Patients_EN.pdf') }}" download>Download brochure</a>
  49.                                     </p>                
  50.                                 </div>
  51.                             </div>
  52.                         </div>    
  53.                         <div class="row d-flex align-items-center mb-3 pt-4">
  54.                             <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  55.                                 <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon">
  56.                             </div>
  57.                             <div class="col-12 col-lg-11">
  58.                                 <div>
  59.                                     <h3>CoaguChek<sup>®</sup> XS</h3>
  60.                                     <p>The documents you need to support self-testing with the CoaguChek<sup>®</sup> XS system.</p>
  61.                                     <p class="mb-0">
  62.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/CCXS-OM-EnFr-2015Nov.pdf') }}" download>Download user’s manual</a><br>
  63.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Test_EN_FR.pdf') }}" download>Download CoaguChek<sup>®</sup> XS PT test strips package insert</a><br>
  64.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-PT-Controls_EN_FR.pdf') }}" download>Download CoaguChek<sup>®</sup> XS PT controls package insert</a>
  65.                                     </p>                
  66.                                 </div>
  67.                             </div>
  68.                         </div>    
  69.                         <div class="row d-flex align-items-center mb-3 pt-4">
  70.                             <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  71.                                 <img src="{{ asset('build/images/patient/06-Resources/Icon_DownloadDocument.svg') }}" alt="Download Document icon">
  72.                             </div>
  73.                             <div class="col-12 col-lg-11">
  74.                                 <div>
  75.                                     <h3>CoaguChek<sup>®</sup> Softclix<sup>®</sup></h3>
  76.                                     <p>The CoaguChek<sup>®</sup> Softclix<sup>®</sup> lancing device is compatible with both the CoaguChek<sup>®</sup> INRange and CoaguChek<sup>®</sup> XS systems.</p>
  77.                                     <p class="mb-0">
  78.                                         <a class="me-3 text-patient resource-link" href="{{ asset('build/pdf/Insert-CoaguChek-XS-Softclix_EN_FR.pdf') }}" download>Download lancer package insert</a>
  79.                                     </p>                
  80.                                 </div>
  81.                             </div>
  82.                         </div>    
  83.                     </div>
  84.                 </section>
  85.                 <section class="roche-section__medium bg-soft">
  86.                     <div class="container">
  87.                         <div class="row align-items-center">
  88.                             <div class="col-12 col-lg-5">
  89.                                 <h2 class="text-patient">Do you have other questions about self-testing with CoaguChek<sup>®</sup>? </h2>
  90.                                 <p>Visit our FAQ page for answers.</p> 
  91.                                 <a class="btn btn-patient text-white" href="{{ path('patient-faq') }}">FAQs</a>
  92.                             </div>
  93.                             <div class="col-12 col-lg-7">
  94.                                 <div class="roche-image roche-image__right">
  95.                                     <img class="img-fluid" src="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }}" srcset="{{ asset('build/images/patient/02-Anticoagulation/03-Questions_1x.png') }} 1x, {{ asset('build/images/patient/02-Anticoagulation/03-Questions_2x.png') }} 2x" alt="faq">
  96.                                 </div>
  97.                             </div>                
  98.                         </div>
  99.                     </div>
  100.                 </section>                
  101.             </div>
  102.         </div>
  103.     </div>
  104. {% endblock %}