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

{{ registro.name }}

{{ registro.comercial_name or '-' }}

{{ registro.tax_id or '-' }}

{{ registro.classification or '-' }}

{% endblock %}