{% if cart.item_count == 0 %}

Your shopping cart is looking rather empty...

{% else %}

You have {{ cart.item_count }} {{ cart.item_count | pluralize: 'product', 'products' }} in here!

{% if additional_checkout_buttons %}

- or -

{{ content_for_additional_checkout_buttons }}
{% endif %}
{% endif %}