{% load i18n %} {% if cart.items.count == 0 %}

{% translate 'No hay nada en el carrito' %}

{% else %} {% translate 'Ver carrito' %} {% endif %}