{% load i18n %} {% for base_product in base_product_list %} {% endfor %}
{% trans "Id" %} {% trans "Name" %} {% trans "Short Name" %} {% trans "Version" %} {% trans "Type" %}
{{ base_product }} {{ base_product.name }} {{ base_product.short }} {{ base_product.version }} {{ base_product.release_type }}