{% extends 'base.html.twig' %} {% block body %}

Products Overview




{% if products|length == 0%}

No products found.

{% endif %} {% endblock %}