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

In PDC, a product is just a group of product versions with the same name.

Products are only used for grouping and organizing releases. They do not have any metadata on their own.

{% endhelppopover %} {% endblock %}