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

In PDC, a product version is just a group of releases with the same name and major version.

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

{% endhelppopover %} {% endblock %}