{% load static %} {% load products_tags %}
{% for product in products %}
{% if product.company.logo %} Logo {% endif %}
Subspeciality: {{product.subspeciality}}
Modality: {{product.modality}}

{{ product.key_features|short:100 }}

{{product.description_short}}

CE:
{% if product.ce_class %} {{product.ce_class}} {% endif %} {% if product.ce_under %} - {{product.ce_under}} {% endif %}
Logo
FDA:
{% if product.fda_class %}{{product.fda_class}}{% endif %}
Logo
Information source:
{% if product.verified == 'yes' %} Vendor {% else %} Public {% endif %}
Certification verified:
{% if product.ce_verified == 'yes' %} Yes {% else %} No {% endif %}
{% endfor %}