{% extends "app-base.html" %} {% block crumbs %}
  • certifications
  • {% if vendor.getID and product.getID %}
  • {{ vendor.getName }} {{ product.getMake }} {{ product.getName }}
  • {% endif %} {% endblock %} {% block title %}

    {{ vendor.getName }} {{ product.getMake }} {{ product.getName }}

    {% endblock %} {% block summary %}
    Program:
    {{certificationProgram }}
    Red Hat Product:
    {{ productCertification.product.getName }} {{ productCertification.product.getVersion.getVersion }}
    Platform:
    {{ certificationDetails.architecture }}
    Status:
    {% with status=certificationDetails.certification_status %} {% if status == "In Progress" %} {{ status}} {% elif status == "Certified" or status == "Certified (Supported)"%} {{ status}} {% else %} {{ status}} {% endif %} {% endwith %}
    {% endblock summary %} {% block navigation %} {% endblock navigation %} {% block app-content %} {% block content-tabs %}

    {% endblock content-tabs %}
    {% block content-body %} {% endblock content-body %}
    {% endblock app-content %}