{% extends "base.html" %} {% block contenido %} {%- if TESTING -%}
{%- 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 '-' }}