{% load i18n djangobmf_markup %}

{% trans "Product" %}: {{ object.name }} {% if object.code %}{{ object.code }}{% endif %}

{{ calc_net }} {{ object.price_currency }}
{{ calc_gross }} {{ object.price_currency }}

{% trans "Description" %}

{{ object.description|bmfmarkup }}

{% trans "Taxes" %}

{% for obj, value, related in taxes %} {% endfor %}
{{ obj.name }} {{ value }}
{% trans "Add" %}

{% trans "Income" %}

{{ object.income_account }}

{% trans "Expense account" %}

{{ object.expense_account }}