<div class="news_related">
<div class="news_related_header">
<div class="fs-row">
<div class="fs-cell fs-xl-8 fs-xl-push-1">
<div class="news_related_header_inner">
<h2 class="news_related_title">Related Articles in TherapySpark</h2>
</div>
</div>
</div>
</div>
<div class="news_related_body">
<div class="fs-row">
<div class="fs-cell">
<ul class="news_related_items js-carousel" data-carousel-options='{"controls": false, "matchWidth": false, "contained": false, "maxWidth": "1219px"}' aria-label="Related Articles in TherapySpark">
<li class="news_related_item">
<figure class="news_related_item_figure">
<a class="news_related_item_figure_link" href="page-news-detail.html" aria-label="Read more about COVID-19 Rehab: Eccentric Balance and Walking Exercises with BTE PrimusRS" tabindex="-1">
<img class="news_related_item_image" srcset="https://images.fastspot.com/framework/980x654/1 980w, https://images.fastspot.com/framework/740x494/1 740w, https://images.fastspot.com/framework/500x334/1 500w, https://images.fastspot.com/framework/300x200/1 300w" src="https://images.fastspot.com/framework/300x200/1" alt="" loading="lazy" width="300" height="200">
</a>
</figure>
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
<a href="page-news-detail.html" class="news_related_item_title_link">
<span class="news_related_item_title_link_inner">
<span class="news_related_item_title_link_label">COVID-19 Rehab: Eccentric Balance and Walking Exercises with BTE PrimusRS</span>
</span>
</a>
</h2>
<div class="news_related_item_categories">
<div class="news_related_item_category_hint">Categories</div>
<ul class="news_related_item_category_list" aria-label="Categories">
<li class="news_related_item_category">
<a class="news_related_item_category_link" href="page-news-category.html">Rehabilitation Equipment</a>
</li>
</ul>
</div>
</div>
<div class="news_related_item_body">
<div class="news_related_item_description">
<p>As COVID-19 patients make their recovery, some will have been severely deconditioned. You have a very powerful tool to help your patients regain strength and stability and learn to walk again with your BTE PrimusRS.</p>
</div>
</div>
</div>
</li>
<li class="news_related_item">
<figure class="news_related_item_figure">
<a class="news_related_item_figure_link" href="page-news-detail.html" aria-label="Read more about COVID-19 Rehab: Sit to Stand for Deconditioned Patients with BTE PrimusRS" tabindex="-1">
<img class="news_related_item_image" srcset="https://images.fastspot.com/framework/980x654/2 980w, https://images.fastspot.com/framework/740x494/2 740w, https://images.fastspot.com/framework/500x334/2 500w, https://images.fastspot.com/framework/300x200/2 300w" src="https://images.fastspot.com/framework/300x200/2" alt="" loading="lazy" width="300" height="200">
</a>
</figure>
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
<a href="page-news-detail.html" class="news_related_item_title_link">
<span class="news_related_item_title_link_inner">
<span class="news_related_item_title_link_label">COVID-19 Rehab: Sit to Stand for Deconditioned Patients with BTE PrimusRS</span>
</span>
</a>
</h2>
<div class="news_related_item_categories">
<div class="news_related_item_category_hint">Categories</div>
<ul class="news_related_item_category_list" aria-label="Categories">
<li class="news_related_item_category">
<a class="news_related_item_category_link" href="page-news-category.html">Rehabilitation Equipment</a>
</li>
</ul>
</div>
</div>
<div class="news_related_item_body">
<div class="news_related_item_description">
<p>The sit to stand is one of the most important movements of everyday life. Patients recovering from COVID-19 will be dealing with physical limitations that make this important function harder.</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- END: Related News -->
{#
{% include '@component-related-news' with {
title: 'Title',
description: 'Description',
items: [
{
image: '1',
title: 'Item Title',
description: 'Item Description'
}
]
} %}
#}
<div class="news_related">
{% if title or description %}
<div class="news_related_header">
<div class="fs-row">
<div class="fs-cell {{ cell }}">
<div class="news_related_header_inner">
{% if title %}
<h2 class="news_related_title">{{ title }}</h2>
{% endif %}
{% if description %}
<div class="news_related_description">
<p>{{ description }}</p>
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endif %}
<div class="news_related_body">
<div class="fs-row">
<div class="fs-cell">
<ul class="news_related_items js-carousel" data-carousel-options='{"controls": false, "matchWidth": false, "contained": false, "maxWidth": "1219px"}' aria-label="{% if title %}{{ title }}{% else %}Related News{% endif %}">
{% for item in items %}
<li class="news_related_item">
{% if item.image %}
<figure class="news_related_item_figure">
{% if item.url %}
<a class="news_related_item_figure_link" href="{{ item.url }}" aria-label="Read more about {{ item.title }}" tabindex="-1">
{% endif %}
{% include '@partial-image' with {
class: 'news_related_item',
alt: '',
image: item.image,
loading: 'lazy',
sources: [
img.classic.med,
img.classic.sml,
img.classic.xsml,
img.classic.xxsml
]
} %}
{% if item.url %}
</a>
{% endif %}
</figure>
{% endif %}
<div class="news_related_item_wrapper">
<div class="news_related_item_header">
<h2 class="news_related_item_title">
{% if item.url %}
{% include '@partial-link' with {
class: 'news_related_item_title',
title: item.title,
url: item.url
} %}
{% else %}
{{ item.title }}
{% endif %}
</h2>
{% if item.categories %}
<div class="news_related_item_categories">
<div class="news_related_item_category_hint">Categories</div>
<ul class="news_related_item_category_list" aria-label="Categories">
{% for category in item.categories %}
<li class="news_related_item_category">
<a class="news_related_item_category_link" href="{{ category.url }}">{{ category.label }}</a>
</li>
{% endfor %}
</ul>
</div>
{% endif %}
</div>
<div class="news_related_item_body">
{% if item.date or item.author %}
{% render '@partial-news-details' with {
item: item
} %}
{% endif %}
{% if item.description %}
<div class="news_related_item_description">
<p>{{ item.description }}</p>
</div>
{% endif %}
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
<!-- END: Related News -->
No notes defined.