{% extends "certification/specification/hardware.html" %} {% block content-body %}
{% if not baseProductID %}Base Product | ||||
---|---|---|---|---|
Vendor | Make | Model | Category | ID |
{{ baseVendor.getName }} | {{ baseProduct.getMake }} | {{ baseProduct.getName }} | {{ baseProduct.getCategory }} | {{ baseProduct.getID }} |
{% with redhat_product=certification.getProductCertification.product %} {{ redhat_product.getName }} {{ redhat_product.getVersion.getVersion }} {% if redhat_product.getVersion.getPlatform %} - {{ redhat_product.getVersion.getPlatform }} {% endif %} {% endwith %} |
Pass-Through Products | ||||
---|---|---|---|---|
Vendor | Make | Model | Category | ID |
{{ vendor.getName }} | {{ product.getMake }} | {{ product.getName }} | {{ product.getCategory }} | {{ product.getID }} |
{% with redhat_product=certification.getProductCertification.product %} {{ redhat_product.getName }} {{ redhat_product.getVersion.getVersion }} {% if redhat_product.getVersion.getPlatform %} - {{ redhat_product.getVersion.getPlatform }} {% endif %} {% endwith %} |