{% extends 'products/base.html' %} {% load bleach %} {% load static %} {% block title %} {{product.product_name}} - {{product.company.company_name}} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block meta_social %} {% if product.images.all %} {% elif product.company.logo %} {% endif %} {% endblock %} {% block content %}

{{product.product_name}}

{{ product.company.company_name }}

{% include "products/partials/product_image_carousel.html" %}
{{ product.description|linebreaksbr }}
Product specifications Information source: {% if product.verified == 'yes' %} Vendor {% else %} Public {% endif %}
Last updated: {{ product.modified }}
General
Product name {{product.product_name}}
Company {{ product.company.company_name }}
Subspeciality {{product.subspeciality}}
Modality {{product.modality}}
Disease targeted {{product.diseases}}
Key-features {{product.key_features}}
Suggested use {{product.software_usage|linebreaksbr}}
Data characteristics
Population {{product.population}}
Input {{product.input_data}}
Input format {{product.file_format_input}}
Output {{product.output_data}}
Output format {{product.file_format_output}}
Technology
Integration {{product.integration}}
Deployment {{product.deployment}}
Trigger for analysis {{product.trigger}}
Processing time {{product.process_time}}
Certification
CE
{{product.get_ce_status_display}}, {% if product.ce_class %} {{product.ce_class}} {% endif %} {% if product.ce_under %} , {{product.ce_under}} {% endif %}
FDA
{{product.get_fda_status_display}}{% if product.fda_class %}, {{product.fda_class}}{% endif %}
Market presence
On market since {{product.market_since}}
Distribution channels {{product.distribution}}
Countries present (clinical, non-research use) {{product.countries}}
Paying clinical customers (institutes) {{product.institutes_clinic}}
Research/test users (institutes) {{product.institutes_research}}
Pricing
Pricing model {{product.pricing_model}}
Based on {{product.pricing_basis}}
Evidence
Peer reviewed papers on performance {{ product.tech_peer_papers|clean|linebreaksbr }}
Non-peer reviewed papers on performance {{ product.tech_other_papers|clean|linebreaksbr }}
Other relevant papers {{ product.all_other_papers|clean|linebreaksbr }}
{% endblock %}