{"content": "\n<div class=\"djDebugPanelTitle\">\n  <button type=\"button\" class=\"djDebugClose\">\u00bb</button>\n  <h3>Template source: <code>base.html</code></h3>\n</div>\n<div class=\"djDebugPanelContent\">\n  <div class=\"djdt-scroll\">\n    <code>{% load static %}\n{% load compress %}\n{% load dispensed_extras %}\n{% load dispensed_commons %}\n&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;en&quot; class=&quot;webp webp-alpha webp-animation webp-lossless&quot;&gt;\n    &lt;head&gt;\n        &lt;meta charset=&quot;UTF-8&quot;&gt;\n        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n        &lt;meta name=&quot;description&quot; content=&quot;dispensed&quot;&gt;\n        &lt;meta name=&quot;keywords&quot; content=&quot;dispensed&quot;&gt;\n        &lt;title&gt;\n            {% block title %}{{ site_title }}{% endblock %}\n        &lt;/title&gt;\n        {% include &#x27;__head.html&#x27; %}\n        {% block extra_css %}{% endblock %}\n        &lt;script src=&quot;{% static &#x27;js/fpr.js&#x27; %}&quot;&gt;&lt;/script&gt;\n        &lt;script src=&quot;{% static &#x27;js/helpers.js&#x27; %}&quot;&gt;&lt;/script&gt;\n        &lt;script src=&quot;https://cdn.firstpromoter.com/fpr.js&quot; async&gt;&lt;/script&gt;\n        {% if not is_support %}\n            &lt;script src=&quot;{% static &#x27;js/hs.js&#x27; %}?v=1.0&quot;\n                    {% if request.user.is_authenticated %}data-email=&quot;{{request.user.email}}&quot;{%endif%}\n                    {% if request.session.hs_visitor_token %}data-token=&quot;{{request.session.hs_visitor_token}}&quot;{%endif%}\n                    async&gt;&lt;/script&gt;\n        {% endif %}\n        {% if has_address_form %}\n            {% include &#x27;utils/__gmap.html&#x27; %}\n        {% endif %}\n        {% include &#x27;utils/__google_analytics_head.html&#x27; %}\n    &lt;/head&gt;\n    &lt;body&gt;\n        {% include &#x27;utils/__google_analytics_body.html&#x27; %}\n        &lt;div class=&quot;wrapper&quot;&gt;\n            {% if request.user.is_authenticated %}\n                &lt;div id=&quot;page-content&quot;&gt;\n                    {% if request.user.is_patient %}\n                        &lt;!-- when click on i button and its already approved, approval modal will show --&gt;\n                        {% if not request.user.show_info and prescription_status_done and not request.user.approval_info %}\n                            {% include &#x27;modals/__onApproveModal.html&#x27; %}\n                        {% elif not request.user.patient_profile.has_been_onboarded and request.user.patient_profile.agree_terms %}\n                            &lt;!-- Only show onboarding modal if consultation fee flag is off OR user has paid --&gt;\n                            {% if not consultation_fee_enabled or has_paid_consultation_fee %}\n                                {% include &#x27;modals/__onBoardModal.html&#x27; %}\n                            {% endif %}\n                        {% endif %}\n                        &lt;!-- when Onload and its already approved, approval modal will show --&gt;\n                        {% if not request.user.show_info and prescription_status_done and request.user.approval_info %}\n                            {% include &#x27;modals/__onApproveModal.html&#x27; %}\n                        {% endif %}\n                    {% endif %}\n                    &lt;!-- Common Modal --&gt;\n                    {% include &#x27;modals/__commonModal.html&#x27; %}\n                    &lt;div class=&quot;main-wrapper&quot; id=&quot;page-content&quot;&gt;\n                        &lt;div class=&quot;sidebar-wrap&quot;&gt;\n                            &lt;div class=&quot;sidebar-backdrop&quot;&gt;&lt;/div&gt;\n                            &lt;div class=&quot;sidebar-close&quot;&gt;\n                                &lt;img src=&quot;{% static &#x27;media/icon/close.svg&#x27; %}&quot;\n                                     alt=&quot;Back&quot;\n                                     width=&quot;18&quot;\n                                     height=&quot;18&quot; /&gt;\n                            &lt;/div&gt;\n                            {% with request.user|get_sidebar_template as sidebar %}\n                                {% include sidebar %}\n                            {% endwith %}\n                        &lt;/div&gt;\n                        &lt;div class=&quot;main-content-wrap treatment-area&quot;&gt;\n                            {% if not support_page %}\n                                {% include &#x27;utils/__navigation.html&#x27; %}\n                            {% endif %}\n                            &lt;div&gt;\n                                {% block extra_nav %}{% endblock %}\n                            &lt;/div&gt;\n                            {% block content %}{% endblock %}\n                        &lt;/div&gt;\n                    &lt;/div&gt;\n                {% else %}\n                    &lt;div&gt;\n                        {% block ua_content %}{% endblock %}\n                    &lt;/div&gt;\n                {% endif %}\n            &lt;/div&gt;\n            {% if is_support %}\n                &lt;div class=&quot;loader-container&quot;&gt;\n                    &lt;div id=&quot;logocontainer&quot;&gt;\n                        &lt;div id=&quot;pelogo&quot;&gt;\n                            &lt;img class=&quot;w-100&quot;\n                                 src=&quot;{% if request.veteran_site %} {% static &#x27;media/site/veterancann-logo-green_updated.png&#x27; %} {% elif request.bdm_site %} {% static &#x27;media/site/doctorsync/logo-black.png&#x27; %} {% else %} {% static &#x27;media/site/logo.svg&#x27; %} {% endif %}&quot;\n                                 alt=&quot;Site Logo&quot;\n                                 height=&quot;auto&quot;\n                                 width=&quot;auto&quot; /&gt;\n                        &lt;/div&gt;\n                        &lt;div class=&quot;loader loader-1&quot;&gt;&lt;/div&gt;\n                        &lt;div class=&quot;loader loader-2&quot;&gt;&lt;/div&gt;\n                        &lt;div class=&quot;loader loader-3&quot;&gt;&lt;/div&gt;\n                        &lt;div class=&quot;loader loader-4&quot;&gt;&lt;/div&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n            {% endif %}\n            &lt;svg class=&quot;hidden&quot; width=&quot;0&quot; height=&quot;0&quot;&gt;\n                &lt;symbol id=&quot;home-icon&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewbox=&quot;0 0 32 32&quot;&gt;\n                &lt;circle cx=&quot;16&quot; cy=&quot;16&quot; r=&quot;16&quot; fill=&quot;#060A20&quot;&gt;&lt;/circle&gt;\n                &lt;path d=&quot;M13.612 23.311V20.7629C13.612 20.1124 14.1432 19.5851 14.7984 19.5851H17.1935C17.5082 19.5851 17.8099 19.7092 18.0324 19.9301C18.2549 20.1509 18.3799 20.4505 18.3799 20.7629V23.311C18.3779 23.5814 18.4847 23.8414 18.6766 24.0333C18.8686 24.2252 19.1297 24.3332 19.4021 24.3332H21.0362C21.7994 24.3351 22.532 24.0355 23.0723 23.5005C23.6127 22.9655 23.9163 22.239 23.9163 21.4814V14.2222C23.9163 13.6102 23.6431 13.0297 23.1702 12.6371L17.6114 8.22973C16.6444 7.45697 15.2589 7.48192 14.3208 8.28899L8.88885 12.6371C8.39362 13.0181 8.09763 13.6004 8.08301 14.2222V21.474C8.08301 23.053 9.37249 24.3332 10.9632 24.3332H12.5599C13.1257 24.3332 13.5855 23.88 13.5896 23.3184L13.612 23.311Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;/symbol&gt;\n                &lt;symbol id=&quot;logo&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewbox=&quot;0 0 118 12&quot;&gt;\n                &lt;path d=&quot;M10.1295 1.26526C10.8383 1.66526 11.4107 2.27617 11.8401 3.09798C12.2695 3.9198 12.4875 4.93071 12.4875 6.13798C12.4875 7.34526 12.2695 8.35617 11.8401 9.17798C11.4107 9.9998 10.8383 10.6107 10.1295 11.0107C9.42072 11.4107 8.65061 11.6143 7.81235 11.6143H0.397461V0.661621H7.81235C8.65061 0.661621 9.42072 0.865258 10.1295 1.26526ZM6.38798 8.42162C6.87867 8.42162 7.28758 8.38526 7.61471 8.30526C7.93502 8.23253 8.21444 8.02889 8.43934 7.69435C8.66424 7.36708 8.7801 6.84344 8.7801 6.13798C8.7801 5.42526 8.66424 4.90889 8.43934 4.58162C8.21444 4.25435 7.93502 4.05071 7.61471 3.97071C7.2944 3.89798 6.88549 3.85435 6.38798 3.85435H3.96179V8.41435H6.38798V8.42162Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M13.9121 0.661621H17.4764V11.6143H13.9121V0.661621Z&quot; fill=&quot;white&quot;&gt;&lt;/path&gt;\n                &lt;path d=&quot;M22.6078 8.01419C22.6078 8.79237 23.5415 9.1851 25.4157 9.1851C26.1176 9.1851 26.656 9.14873 27.0172 9.08328C27.3853 9.01783 27.6306 8.93055 27.7533 8.81419C27.8759 8.7051 27.9373 8.55964 27.9373 8.3851C27.9373 8.17419 27.8691 8.01419 27.7396 7.91964C27.6033 7.8251 27.3444 7.7451 26.9559 7.67964C26.5674 7.61419 25.9132 7.54874 24.9863 7.47601C23.5892 7.36692 22.4579 7.17055 21.5992 6.90146C20.7405 6.6251 20.0999 6.23964 19.6773 5.73055C19.2548 5.22146 19.0435 4.56692 19.0435 3.75237C19.0435 2.65419 19.5615 1.81783 20.5974 1.23601C21.6333 0.65419 23.0508 0.363281 24.8432 0.363281C26.8605 0.363281 28.4075 0.683281 29.4843 1.31601C30.5611 1.94874 31.1404 2.87237 31.2154 4.09419H27.5079C27.5079 3.73783 27.2967 3.48328 26.8673 3.33055C26.4379 3.17783 25.7633 3.1051 24.8432 3.1051C24.0322 3.1051 23.487 3.16328 23.1871 3.27964C22.8941 3.39601 22.7441 3.56328 22.7441 3.77419C22.7441 3.94874 22.8123 4.07964 22.9418 4.17419C23.0781 4.26874 23.3371 4.35601 23.7323 4.42874C24.1276 4.50146 24.7342 4.57419 25.552 4.65419C27.0377 4.7851 28.1826 4.9451 28.9868 5.13419C29.7978 5.32328 30.4384 5.65055 30.9155 6.13055C31.3926 6.61055 31.6379 7.30873 31.6379 8.24692C31.6379 9.57782 31.1268 10.5233 30.0977 11.0833C29.0686 11.6433 27.5556 11.9269 25.552 11.9269C23.412 11.9269 21.7832 11.6215 20.6723 11.0178C19.5546 10.4069 18.9617 9.41055 18.9004 8.02146H22.6078V8.01419Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M44.2121 1.76708C44.9414 2.50162 45.3026 3.5198 45.3026 4.81435C45.3026 6.11617 44.9414 7.12708 44.2121 7.86162C43.4829 8.59617 42.4811 8.96708 41.1998 8.96708H36.6405V11.6143H33.0762V0.661621H41.1998C42.4811 0.661621 43.4829 1.03253 44.2121 1.76708ZM40.3411 5.77435C40.6274 5.77435 40.8523 5.7598 41.0158 5.73071C41.1794 5.70162 41.3225 5.61435 41.4315 5.47617C41.5406 5.33799 41.5951 5.1198 41.5951 4.81435C41.5951 4.50889 41.5406 4.29071 41.4315 4.15253C41.3225 4.01435 41.1862 3.93435 41.0158 3.89798C40.8523 3.86889 40.6205 3.85435 40.3411 3.85435H36.6337V5.77435H40.3411Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M57.2764 0.661133V3.54841H50.2909V4.69022H56.9902V7.5775H50.2909V8.71931H57.2764V11.6066H46.7266V0.661133H57.2764Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M68.9915 7.90477V0.661133H72.5558V11.6139H67.2809L62.4081 4.37022V11.6139H58.8438V0.661133H64.1187L68.9915 7.90477Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M77.6879 8.01419C77.6879 8.79237 78.6216 9.1851 80.4958 9.1851C81.1977 9.1851 81.7361 9.14873 82.0973 9.08328C82.4653 9.01783 82.7107 8.93055 82.8334 8.81419C82.956 8.7051 83.0174 8.55964 83.0174 8.3851C83.0174 8.17419 82.9492 8.01419 82.8197 7.91964C82.6834 7.8251 82.4245 7.7451 82.036 7.67964C81.6475 7.61419 80.9933 7.54874 80.0664 7.47601C78.6693 7.36692 77.538 7.17055 76.6793 6.90146C75.8206 6.6251 75.1799 6.23964 74.7574 5.73055C74.3349 5.22146 74.1236 4.56692 74.1236 3.75237C74.1236 2.65419 74.6415 1.81783 75.6774 1.23601C76.7133 0.65419 78.1309 0.363281 79.9233 0.363281C81.9406 0.363281 83.4876 0.683281 84.5644 1.31601C85.6412 1.94874 86.2205 2.87237 86.2955 4.09419H82.588C82.588 3.73783 82.3767 3.48328 81.9474 3.33055C81.518 3.17783 80.8433 3.1051 79.9233 3.1051C79.1123 3.1051 78.5671 3.16328 78.2672 3.27964C77.9742 3.39601 77.8242 3.56328 77.8242 3.77419C77.8242 3.94874 77.8924 4.07964 78.0219 4.17419C78.1582 4.26874 78.4171 4.35601 78.8124 4.42874C79.2077 4.50146 79.8142 4.57419 80.6321 4.65419C82.1178 4.7851 83.2627 4.9451 84.0669 5.13419C84.8779 5.32328 85.5185 5.65055 85.9956 6.13055C86.4727 6.61055 86.718 7.30873 86.718 8.24692C86.718 9.57782 86.2069 10.5233 85.1778 11.0833C84.1487 11.6433 82.6357 11.9269 80.6321 11.9269C78.4921 11.9269 76.8633 11.6215 75.7524 11.0178C74.6347 10.4069 74.0418 9.41055 73.9805 8.02146H77.6879V8.01419Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M98.6993 0.661621V3.54889H91.7137V4.69071H98.413V7.57798H91.7137V8.7198H98.6993V11.6071H88.1494V0.661621H98.6993Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M109.999 1.26526C110.707 1.66526 111.28 2.27617 111.709 3.09798C112.139 3.9198 112.357 4.93071 112.357 6.13798C112.357 7.34526 112.139 8.35617 111.709 9.17798C111.28 9.9998 110.707 10.6107 109.999 11.0107C109.29 11.4107 108.52 11.6143 107.681 11.6143H100.267V0.661621H107.681C108.52 0.661621 109.29 0.865258 109.999 1.26526ZM106.257 8.42162C106.748 8.42162 107.157 8.38526 107.484 8.30526C107.804 8.23253 108.084 8.02889 108.308 7.69435C108.533 7.36708 108.649 6.84344 108.649 6.13798C108.649 5.42526 108.533 4.90889 108.308 4.58162C108.084 4.25435 107.804 4.05071 107.484 3.97071C107.164 3.89798 106.755 3.85435 106.257 3.85435H103.831V8.41435H106.257V8.42162Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;path d=&quot;M113.638 11.6144V8.87988H117.059V11.6144H113.638Z&quot; fill=&quot;white&quot;&gt;&lt;/path&gt;\n                &lt;/symbol&gt;\n                &lt;symbol id=&quot;lock-icon&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewbox=&quot;0 0 32 32&quot;&gt;\n                &lt;circle cx=&quot;16&quot; cy=&quot;16&quot; r=&quot;16&quot; fill=&quot;#060A20&quot;&gt;&lt;/circle&gt;\n                &lt;path fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; d=&quot;M12.8549 13.2593H19.5258C21.4904 13.2593 23.0832 14.8173 23.0832 16.7389V20.8538C23.0832 22.7754 21.4904 24.3334 19.5258 24.3334H12.473C10.5093 24.3334 8.9165 22.7754 8.9165 20.8538V16.7389C8.9165 15.1585 10.0004 13.8391 11.4755 13.415L11.3832 13.4258V12.156C11.4001 9.6803 13.4586 7.66675 15.9821 7.66675C17.9551 7.66675 19.6986 8.88515 20.3421 10.69C20.4099 10.8722 20.3929 11.071 20.3083 11.2449C20.2236 11.4189 20.072 11.5514 19.8849 11.6102C19.5038 11.7419 19.0804 11.5439 18.9365 11.1629C18.5046 9.93624 17.32 9.11624 15.999 9.11624C14.2707 9.11624 12.8744 10.4754 12.865 12.1395V13.2576L12.8549 13.2593ZM15.996 20.4405C16.4109 20.4405 16.7411 20.1175 16.7411 19.7116V17.8728C16.7411 17.4753 16.4109 17.1522 15.996 17.1522C15.5895 17.1522 15.2593 17.4753 15.2593 17.8728V19.7116C15.2593 20.1175 15.5895 20.4405 15.996 20.4405Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;/symbol&gt;\n                &lt;symbol id=&quot;lock-icon-green&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewbox=&quot;0 0 32 32&quot;&gt;\n                &lt;circle cx=&quot;16&quot; cy=&quot;16&quot; r=&quot;16&quot; fill=&quot;#0E7058&quot;&gt;&lt;/circle&gt;\n                &lt;path fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; d=&quot;M20.6021 12.1634V13.4412C22.0374 13.8892 23.0832 15.1885 23.0832 16.7404V20.8545C23.0832 22.7757 21.4904 24.3334 19.5267 24.3334H12.4738C10.5093 24.3334 8.9165 22.7757 8.9165 20.8545V16.7404C8.9165 15.1885 9.96313 13.8892 11.3976 13.4412V12.1634C11.406 9.67907 13.4637 7.66675 15.9871 7.66675C18.5444 7.66675 20.6021 9.67907 20.6021 12.1634ZM16.0043 9.11593C17.7233 9.11593 19.1205 10.4823 19.1205 12.1634V13.2615H12.8797V12.1468C12.8882 10.474 14.2854 9.11593 16.0043 9.11593ZM16.7411 19.7125C16.7411 20.1183 16.4109 20.4413 15.996 20.4413C15.5895 20.4413 15.2593 20.1183 15.2593 19.7125V17.8741C15.2593 17.4766 15.5895 17.1536 15.996 17.1536C16.4109 17.1536 16.7411 17.4766 16.7411 17.8741V19.7125Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;/symbol&gt;\n                &lt;symbol id=&quot;round-user-icon&quot; fill=&quot;none&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; viewbox=&quot;0 0 32 32&quot;&gt;\n                &lt;circle cx=&quot;16&quot; cy=&quot;16&quot; r=&quot;16&quot; fill=&quot;#060A20&quot;&gt;&lt;/circle&gt;\n                &lt;path fill-rule=&quot;evenodd&quot; clip-rule=&quot;evenodd&quot; d=&quot;M20.4116 12.0758C20.4116 14.5234 18.4492 16.4859 15.9999 16.4859C13.5515 16.4859 11.5883 14.5234 11.5883 12.0758C11.5883 9.62831 13.5515 7.66663 15.9999 7.66663C18.4492 7.66663 20.4116 9.62831 20.4116 12.0758ZM15.9999 24.3333C12.3852 24.3333 9.33325 23.7458 9.33325 21.4791C9.33325 19.2116 12.4044 18.6449 15.9999 18.6449C19.6154 18.6449 22.6666 19.2324 22.6666 21.4991C22.6666 23.7666 19.5954 24.3333 15.9999 24.3333Z&quot; fill=&quot;white&quot;&gt;\n                &lt;/path&gt;\n                &lt;/symbol&gt;\n            &lt;/svg&gt;\n            {% include &#x27;modals/__onlineStoreModal.html&#x27; %}\n            &lt;script src=&quot;{% static &#x27;js/petite-vue.umd.js&#x27; %}?v=1.0.0&quot;&gt;&lt;/script&gt;\n            &lt;script src=&quot;https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js&quot;\n                    integrity=&quot;sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz&quot;\n                    crossorigin=&quot;anonymous&quot;&gt;&lt;/script&gt;\n            {% compress js file base %}\n                &lt;script src=&quot;{% static &#x27;js/external.js&#x27; %}&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;\n            {% endcompress %}\n            &lt;script src=&quot;//cdn.jsdelivr.net/npm/sweetalert2@11&quot;&gt;&lt;/script&gt;\n            &lt;script&gt;\n                let tooltipTriggerList = [].slice.call(document.querySelectorAll(&#x27;[data-bs-toggle=&quot;tooltip&quot;]&#x27;))\n                let tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {\n                    return new bootstrap.Tooltip(tooltipTriggerEl)\n                })\n            &lt;/script&gt;\n            {% block extra_body %}\n            {% endblock %}\n        &lt;/div&gt;\n        {% if request.veteran_site %}\n            &lt;!-- Start of LiveChat (www.livechat.com) code for veteran site --&gt;\n            {% if not is_support and user.is_patient_role %}\n                &lt;script&gt;\n              window.__lc = window.__lc || {};\n              window.__lc.license = 17792850;\n              window.__lc.integration_name = &quot;manual_channels&quot;;\n              window.__lc.product_name = &quot;livechat&quot;;\n              ;(function(n,t,c){\n                  function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}\n                  var e={_q:[],_h:null,_v:&quot;2.0&quot;,\n                  on:function(){i([&quot;on&quot;,c.call(arguments)])},\n                  once:function(){i([&quot;once&quot;,c.call(arguments)])},\n                  off:function(){i([&quot;off&quot;,c.call(arguments)])},\n                  get:function(){if(!e._h)throw new Error(&quot;[LiveChatWidget] You can&#x27;t use getters before load.&quot;);return i([&quot;get&quot;,c.call(arguments)])},\n                  call:function(){i([&quot;call&quot;,c.call(arguments)])},\n                  init:function(){var n=t.createElement(&quot;script&quot;);n.async=!0,n.type=&quot;text/javascript&quot;,n.src=&quot;https://cdn.livechatinc.com/tracking.js&quot;,t.head.appendChild(n)}};\n                  !n.__lc.asyncInit&amp;&amp;e.init(),n.LiveChatWidget=n.LiveChatWidget||e\n              }(window,document,[].slice))\n                &lt;/script&gt;\n                &lt;noscript&gt;&lt;a href=&quot;https://www.livechat.com/chat-with/17792850/&quot; rel=&quot;nofollow&quot;&gt;Chat with us&lt;/a&gt;, powered by &lt;a href=&quot;https://www.livechat.com/?welcome&quot;\n    rel=&quot;noopener nofollow&quot;\n    target=&quot;_blank&quot;&gt;LiveChat&lt;/a&gt;&lt;/noscript&gt;\n            {% endif %}\n            &lt;!-- End of LiveChat code for veteran site --&gt;\n        {% else %}\n            &lt;!-- Start of LiveChat (www.livechat.com) code for non-veteran site --&gt;\n            {% if not is_support and user.is_patient_role %}\n                &lt;script&gt;\n            window.__lc = window.__lc || {};\n            window.__lc.license = 17792850;\n            window.__lc.group = {% get_livechat_group %};\n            window.__lc.integration_name = &quot;manual_channels&quot;;\n            window.__lc.product_name = &quot;livechat&quot;;\n            ;(function(n,t,c){\n                function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}\n                var e={_q:[],_h:null,_v:&quot;2.0&quot;,\n                on:function(){i([&quot;on&quot;,c.call(arguments)])},\n                once:function(){i([&quot;once&quot;,c.call(arguments)])},\n                off:function(){i([&quot;off&quot;,c.call(arguments)])},\n                get:function(){if(!e._h)throw new Error(&quot;[LiveChatWidget] You can&#x27;t use getters before load.&quot;);return i([&quot;get&quot;,c.call(arguments)])},\n                call:function(){i([&quot;call&quot;,c.call(arguments)])},\n                init:function(){var n=t.createElement(&quot;script&quot;);n.async=!0,n.type=&quot;text/javascript&quot;,n.src=&quot;https://cdn.livechatinc.com/tracking.js&quot;,t.head.appendChild(n)}};\n                !n.__lc.asyncInit&amp;&amp;e.init(),n.LiveChatWidget=n.LiveChatWidget||e\n            }(window,document,[].slice))\n                &lt;/script&gt;\n            {% endif %}\n            &lt;!-- End of LiveChat code for non-veteran site --&gt;\n        {% endif %}\n    &lt;/body&gt;\n&lt;/html&gt;\n&lt;script src=&quot;/static/js/onboarding_modal.js&quot;&gt;&lt;/script&gt;\n&lt;script&gt;\n    $(&#x27;.sidebar-close&#x27;).click(function(){\n            $(&#x27;.sidebar-wrap&#x27;).removeClass(&#x27;active&#x27;);\n        });\n    $(&#x27;.sidebar-backdrop&#x27;).click(function(){\n        $(&#x27;.sidebar-wrap&#x27;).removeClass(&#x27;active&#x27;);\n    });\n    $(&#x27;[id=&quot;hamburger&quot;]&#x27;).each(function() {\n        $(this).click(function() {\n            $(&quot;.sidebar-wrap&quot;).toggleClass(&#x27;active&#x27;);\n        });\n    });    \n&lt;/script&gt;\n</code>\n  </div>\n</div>\n"}