templates/en/patient-remaining-independent-freedom.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Maintain your independence with CoaguChek | CoaguChek{% endblock %}
  3. {% block description %}See how self-testing gives you the freedom and confidence to travel and manage your INR levels on the go.{% 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">Maintain your independence</div>
  11.                         <p class="mb-0">See how self-testing gives you the freedom and confidence to live the life you want.</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/04-RemainingIndependant/000-Heroimage_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/000-Heroimage_1x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/000-Heroimage_2x.png') }} 2x" alt="rA person sitting at a table with a potted plant" class="w-100" />
  16.                 </div>
  17.             </div>
  18.         </div>
  19.     </section>
  20.     <section class="roche-section__medium mb-0 pb-0 mt-5 roche-tab pt-3 lb-tab-menu roche-tab__patient">
  21.         <div class="container lb-tab-container">
  22.             <div class="nav d-flex rounded-4 shadow py-3 justify-content-around">
  23.                 <a href="#" data-tab-id="freedom" id="tab-toggle-freedom" class="lb-tab-link nav-link active">Freedom</a>
  24.                 <a href="{{ path('patient-remaining-independent-nutrition') }}" data-tab-id="nutrition" id="tab-toggle-nutrition" class="lb-tab-link nav-link">Nutrition</a>
  25.                 <a href="{{ path('patient-remaining-independent-exercise') }}" data-tab-id="exercise" id="tab-toggle-exercise" class="lb-tab-link nav-link">Exercise</a>
  26.             </div>
  27.         </div>
  28.     </section>
  29.     <div class="lb-tab lb-tab__active" id="freedom">
  30.         <span id="freedom-top"></span>
  31.         <section class="my-5 roche-section__medium">
  32.             <div class="container">
  33.                 <div class="row align-items-center">
  34.                     <div class="col-12 col-lg-7 order-2 order-lg-1">
  35.                         <div class="roche-image roche-image__left">
  36.                             <img class="img-fluid" src="{{ asset('build/images/patient/04-RemainingIndependant/01-Freedom_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/01-Freedom_2x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/01-Freedom_2x.png') }} 2x" alt="A man with a dog on his lap looking at his phone">
  37.                         </div>
  38.                         
  39.                     </div>                
  40.                     <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  41.                         <h1 class="h2 text-patient">The freedom to stay independent</h1>
  42.                         <p>If you’re on anticoagulation therapy with a vitamin K antagonist such as warfarin, going to your doctor for regular blood tests may be burdensome and time-consuming. </p>
  43.                         <p class="mb-0">Self-testing is a convenient and reliable alternative to regular clinic visits. With a small mobile measuring device such as the CoaguChek<sup>®</sup> INRange or CoaguChek<sup>®</sup> XS, you can measure your INR levels at home or on the move. This provides you more freedom and independence—and the security of knowing that you only need to go to your clinic when it’s truly necessary. </p>
  44.                     </div>
  45.                 
  46.                 </div>
  47.             </div>
  48.         </section>
  49.         <section class="roche-section__medium bg-soft">
  50.             <div class="container">
  51.                 <div class="row align-items-center">
  52.                 
  53.                     <div class="col-12 col-lg-5 order-1 pb-5 p-lg-0">
  54.                         <h2 class="text-patient">The freedom to keep your own schedule</h2>
  55.                         <p>Anticoagulation medication is intended to manage your condition so you can live a long and healthy life, but too often the visits to your clinic or pharmacy required to monitor INR levels get in the way of truly living your life!</p>
  56.                         <p class="mb-0">With a CoaguChek<sup>®</sup> device to self-test your coagulation levels, you control your monitoring schedule. That allows you the flexibility to make last-minute plans, take advantage of opportunities as they arise, and not need to worry about cancelling because of an assigned appointment time. </p>
  57.                     </div>
  58.                     <div class="col-12 col-lg-7 order-2 ">
  59.                         <div class="roche-image roche-image__right">
  60.                             <img class="img-fluid" src="{{ asset('build/images/patient/04-RemainingIndependant/02-OwnSchedule_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/02-OwnSchedule_1x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/02-OwnSchedule_2x.png') }} 2x" alt="A woman smiling on her bike">
  61.                         </div>
  62.                     </div>                    
  63.                 
  64.                 </div>
  65.             </div>
  66.         </section>
  67.         <section class="roche-section__medium">
  68.             <div class="container">
  69.                 <div class="row align-items-center">
  70.                     <div class="col-12 col-lg-7 order-2 order-lg-1">
  71.                         <div class="roche-image roche-image__left">
  72.                             <img class="img-fluid" src="{{ asset('build/images/patient/04-RemainingIndependant/03-ToTravel_1x.png') }}" srcset="{{ asset('build/images/patient/04-RemainingIndependant/03-ToTravel_1x.png') }} 1x, {{ asset('build/images/patient/04-RemainingIndependant/03-ToTravel_2x.png') }} 2x" alt="Two middle-aged women hugging each other">
  73.                         </div>
  74.                     </div>                
  75.                     <div class="col-12 col-lg-5 order-1 order-lg-2 pb-5 p-lg-0">
  76.                         <h2 class="text-patient">The freedom to travel</h2>
  77.                         <p>Travel is about freedom, discovery, and just taking a break from “real life.” But changes in diet and climate can have an impact on coagulation. </p>
  78.                         <p class="mb-0">Thanks to self-testing, and a little preparation, people requiring oral anticoagulation can enjoy the freedom to travel the world without worrying about their INR levels.</p>
  79.                     </div>
  80.                 
  81.                 </div>
  82.             </div>
  83.         </section>
  84.         <section class="roche-section__medium bg-soft" id="travel-checklist">
  85.             <div class="container">
  86.                 <h2 class="text-patient text-center mb-5">Travel checklist: A little preparation goes a long way</h2>
  87.                 <div class="row d-flex align-items-center mb-3">
  88.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  89.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_SpeakDoctor.svg') }}" alt="Speak Doctor icon">
  90.                     </div>
  91.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  92.                         <p class="mb-0"><span class="text-patient">Speak to your doctor.</span> Ensure there are no concerns about the climate and double-check that any necessary travel vaccinations or medications won’t adversely affect your coagulation. (For example, anti-malaria medication can influence blood clotting.)</p>
  93.                     </div>
  94.                 </div>    
  95.                 <div class="row d-flex align-items-center mb-3 pt-4">
  96.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  97.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_MedicalCareOption.svg') }}" alt="Medical Care Option icon">
  98.                     </div>
  99.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  100.                         <p class="mb-0"><span class="text-patient">Clarify the medical care options</span> at your destination and ensure you know how to reach a local hospital or clinic as well as the location of the nearest doctor.</p>
  101.                     </div>
  102.                 </div>
  103.                 <div class="row d-flex align-items-center mb-3 pt-4">
  104.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  105.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_TravalInsurance.svg') }}" alt="Travel Insurance icon">
  106.                     </div>
  107.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  108.                         <p class="mb-0"><span class="text-patient">Look into travel insurance.</span> If you have private health insurance, you may already be covered. Otherwise, consider whether supplemental travel insurance makes sense in your case.</p>
  109.                     </div>
  110.                 </div>    
  111.                 <div class="row d-flex align-items-center mb-3 pt-4">
  112.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  113.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_HavePack.svg') }}" alt="Have Pack icon">
  114.                     </div>
  115.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  116.                         <p class="mb-0"><span class="text-patient">Ensure you have packed a sufficient amount of anticoagulant medications,</span> as well as any other medications you take. Consider the impact of travel delays when deciding the quantity of medication to pack.</p>
  117.                     </div>
  118.                 </div>    
  119.                 <div class="row d-flex align-items-center mb-3 pt-4">
  120.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  121.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Luggage.svg') }}" alt="Luggage icon">
  122.                     </div>
  123.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  124.                         <p class="mb-0"><span class="text-patient">Pack all necessities in your hand luggage.</span> This includes your medication, coagulometer and related self-testing accessories, health insurance information, medical alert ID or tag, a doctor’s note, etc. </p>
  125.                     </div>
  126.                 </div>
  127.                 <div class="row d-flex align-items-center mb-3 pt-4">
  128.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  129.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_ResistantBag.svg') }}" alt="Resistant Bag icon">
  130.                     </div>
  131.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  132.                         <p class="mb-0"><span class="text-patient">Consider using an impact-resistant bag</span> to protect your medical equipment while travelling.</p>
  133.                     </div>
  134.                 </div>
  135.                 <div class="row d-flex align-items-center mb-3 pt-4">
  136.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  137.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Clothing.svg') }}" alt="Clothing icon">
  138.                     </div>
  139.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  140.                         <p class="mb-0"><span class="text-patient">When travelling, wear comfortable clothing.</span> Remember that compression socks/stockings, plenty of liquids, and plenty of movement are all recommended for people at risk of or with a history of thrombosis.</p>
  141.                     </div>
  142.                 </div>
  143.                 <div class="row d-flex align-items-center mb-3 pt-4">
  144.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  145.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_INR.svg') }}" alt="INR icon">
  146.                     </div>
  147.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  148.                         <p class="mb-0"><span class="text-patient">If you self-test, monitor your INR values more frequently.</span> If you notice a sudden change in your INR (either higher or lower than normal), try to have this checked via blood test at the local hospital.</p>
  149.                     </div>
  150.                 </div>
  151.                 <div class="row d-flex align-items-center mb-3 pt-4">
  152.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  153.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Time.svg') }}" alt="Time icon">
  154.                     </div>
  155.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  156.                         <p class="mb-0"><span class="text-patient">Don’t forget about time changes.</span> If your destination is in a different time zone, take that into consideration and ensure you adjust the time you take your medicine accordingly. This particularly applies to oral anticoagulants.</p>
  157.                     </div>
  158.                 </div>
  159.                 <div class="row d-flex align-items-center mb-3 pt-4">
  160.                     <div class="col-12 col-lg-1 d-flex justify-content-center pb-3">
  161.                         <img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Moderation.svg') }}" alt="Moderation icon">
  162.                     </div>
  163.                     <div class="col-12 col-lg-11 text-center text-lg-start">
  164.                         <p class="mb-0"><span class="text-patient">Enjoy in moderation.</span> Remember that the same rules apply to the food you eat and any alcohol you consume while away as they do at home.</p>
  165.                     </div>
  166.                 </div>
  167.             </div>
  168.         </section>
  169.         <section class="roche-section__medium">
  170.             <div class="container text-center">
  171.                 <div class="row">
  172.                     <div class="col-12 col-lg-6">
  173.                         <div class="mb-3">
  174.                             <p><img src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_Vegetable.svg')}}" alt="Vegetable icon"></p>
  175.                             <h2 class="text-patient">Nutrition and coagulation</h2>
  176.                             <p>Learn more about the connection between nutrition and coagulation.</p>
  177.                             <a href="#nutrition" class="btn btn-patient text-white activate-tab">Learn more</a>
  178.                         </div>
  179.                     </div>
  180.                     <div class="col-12 col-lg-6 pt-5 pt-lg-0">
  181.                         <div class="mb-3">
  182.                             <p><img width="100" height="100" src="{{ asset('build/images/patient/04-RemainingIndependant/Icon_ChatSheet.svg')}}" alt="Chat Sheet icon"></p>
  183.                             <h2 class="text-patient">Your travel cheat sheet</h2>
  184.                             <p>Use our travel cheat sheet to help ensure you have a happy and healthy holiday.</p>
  185.                             <a href="{{ asset('build/pdf/Downloadable_Travel_PDF_E.pdf') }}" class="btn btn-patient text-white" download>Download</a>
  186.                         </div>
  187.                     </div>
  188.                 </div>
  189.             </div>
  190.         </section>
  191.     </div>
  192. {% endblock %}