{% extends "certification/certification.html" %} {% block content-body %}
{% if relatedSelfType == "original" %}Certification | Vendor | Make | Model | Category | ID |
---|---|---|---|---|---|
{{ parent_certification.redhatProduct }} {{ parent_certification.redhatProductVersion }} {% if parent_certification.redhatProductVersionPlatform %} - {{ parent_certification.redhatProductVersionPlatform }} {% endif %} | {{ parent_certification.vendor.getName }} | {{ parent_certification.vendorProduct.getMake }} | {{ parent_certification.vendorProduct.getName }} | {{ parent_certification.vendorProduct.getCategory }} | {% if relatedSelfType == "pass-through" and parent_certification.vendorProduct.getCategory == "Component/Peripheral" %} {{ parent_certification.certification_id }} {% else %} {{ parent_certification.certification_id }} {% endif %} |
{{certificationsByType.description }}
Certification | Vendor | Make | Model | Category | ID | ||
---|---|---|---|---|---|---|---|
{{ certification.redhatProduct }} {{ certification.redhatProductVersion }} {% if certification.redhatProductVersionPlatform %} - {{ certification.redhatProductVersionPlatform }} {% endif %} | {{ certification.vendor.getName }} | {{ certification.vendorProduct.getMake }} | {{ certification.vendorProduct.getName }} | {{ certification.vendorProduct.getCategory }} | {% if relationshipType == "pass-through" and certification.vendorProduct.getCategory == "Component/Peripheral" %} {{ certification.certification_id }} {% else %} {{ certification.certification_id }} {% endif %} |