{% extends "base.html" %} {% load i18n %} {% load pdctags %} {% block content %}
{% csrf_token %} {{ form.search }}
{% include "pagination.html" %} {% include "base_product_list_include.html" %} {% include "pagination.html" %} {% helppopover %}

A base product represents the operating system on which a release is supposed to run on.

In reality, base products often correspond to product version of that OS.

{% endhelppopover %} {% endblock %}