{% extends "base.html" %} {% load i18n %} {% load satchmo_currency %} {% block navbar %}
  • {% trans "Home" %}
  • {% endblock %} {% block content %} {% if not results.categories and not results.products %}

    {% trans "Nothing found" %}

    {% else %} {% if results.categories %}

    {% trans "Categories" %}

    {% endif %} {% if results.products %}

    {% trans "Products" %}

    {% endif %} {% endif %} {% endblock %}