{% extends "base.html" %} {% block contenido %} {%- if TESTING -%}
{%- endif -%}
{{ registro.code }} - {{ registro.name }} {% if registro.is_active %}{{ _('Activo') }}{% else %}{{ _('Inactivo') }}{% endif %}

{{ registro.code }}

{{ registro.name }}

{{ registro.item_type or '-' }}

{{ registro.default_uom or '-' }}

{{ _('Sí') if registro.is_stock_item else _('No') }}

{{ registro.valuation_method or '-' }}

{{ _('Sí') if registro.has_batch else _('No') }}

{{ _('Sí') if registro.has_serial_no else _('No') }}

{{ registro.description or '-' }}

{% endblock %}