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