{% trans "Gestión de Marcas" %}

{% for brand in brands %} {% endfor %}
{% trans "Nombre" %} {% trans "Tipo de Producto" %} {% trans "Precio" %} {% trans "Disponibilidad" %} {% trans "Acciones" %}
{{ brand.name }} {{ brand.get_product_type_display }} ${{ brand.price_per_unit }} {% if brand.availability %} ✅ {% else %} ❌ {% endif %}