{% extends 'base.html.twig' %}
{% block title %}Self-testing resources | CoaguChek{% endblock %}
{% block description %}Find information about learning to use your CoaguChek® device.{% endblock %}
{% block main %}
<section class="bg-patient text-white position-relative roche-header">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-lg-4 offset-lg-2 py-5 px-0 order-2 order-lg-1">
<div class="container">
<div class="h1">CoaguChek<sup>®</sup> resources</div>
<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>
</div>
</div>
<div class="col-lg-6 pe-0 order-1 order-lg-2">
<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" />
</div>
</div>
</div>
</section>
<div data-controller="tab">
<section class="position-relative roche-section__medium mb-0 pb-0 roche-tab pt-3 lb-tab-menu roche-tab__patient">
<div class="container lb-tab-container">
<div class="nav d-flex rounded-4 shadow mt-5 py-3 justify-content-around">
<a href="{{ path('patient-resources-self-testing') }}" class="nav-link active">Self-testing</a>
<a href="{{ path('patient-resources-warranty-formulary') }}" class="nav-link">Warranty formulary</a>
<a href="{{ path('patient-resources-reimbursement') }}" class="nav-link">Reimbursement</a>
<a href="{{ path('patient-resources-device-manuals') }}" class="nav-link">Device manuals</a>
<a href="{{ path('patient-resources-glossary') }}" class="nav-link">Glossary</a>
</div>
</div>
</section>
<div class="tab-content">
<div class="tab-pane fade show active" id="self-testing">
<section class="roche-section__medium">
<div class="container">
<ha class="h2 text-patient">Learn to self-test</h1>
<p>Self-testing your INR with CoaguChek<sup>®</sup> INRange or CoaguChek<sup>®</sup> XS is a straightforward process: There are just four steps! </p>
<p class="mb-5"><a href="{{ path('patient-self-testing') }}#self-testing-cc" class="text-patient">Follow along in pictures</a> or watch a device-specific how-to video:</p>
<div class="row">
<div class="col-12 col-lg-6 order-1 order-lg-1">
<h3 class="text-patient">CoaguChek<sup>®</sup> INRange</h3>
<p>Watch the short video below to learn more about how to use CoaguChek<sup>®</sup> INRange to determine your INR levels.</p>
</div>
<div class="col-12 col-lg-6 order-3 order-lg-2 pt-5 pt-lg-0">
<h3 class="text-patient">CoaguChek<sup>®</sup> XS</h3>
<p>Watch the short video below to learn more about how to use CoaguChek<sup>®</sup> XS to determine your INR levels.</p>
</div>
<div class="col-12 col-lg-6 order-2 order-lg-3">
<div class="ratio ratio-16x9 mt-3">
<video poster="{{ asset('build/images/video-thumb-coaguchek.png') }}" controls="" id="html5_video_eany7cgzpzu">
<source src="{{ asset('build/videos/coaguchek-inrange-handling-video.mp4') }}" type="video/mp4">
</video>
</div>
</div>
<div class="col-12 col-lg-6 order-4">
<div class="ratio ratio-16x9 mt-3">
<video poster="{{ asset('build/images/video-thumb-roche.png') }}" controls="" id="html5_video_eany7cgzpzu">
<source src="{{ asset('build/videos/coaguchek_xs_handling_video.mp4') }}" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<section class="roche-section__medium bg-soft">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-lg-7 order-2 order-lg-1">
<div class="roche-image roche-image__left">
<img class="img-fluid" src="{{ asset('build/images/patient/06-Resources/01-BestPractice_1x.png') }}" srcset="{{ asset('build/images/patient/06-Resources/01-BestPractice_1x.png') }} 1x, {{ asset('build/images/patient/06-Resources/01-BestPractice_2x.png') }} 2x" alt="A middle-aged man looking at his phone">
</div>
</div>
<div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
<h2 class="text-patient">Best practice</h2>
<p >Have your device manual at hand to help you during your self-testing</p>
<a href="{{ path('patient-resources-device-manuals') }}" class="btn btn-patient text-white">See manuals</a>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
{% endblock %}