{% extends "shop/base.html" %} {% load i18n satchmo_category %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Wishlist" %}
  • {% endblock %} {% block content %} {% if request.user.is_authenticated %} {% blocktrans %}You are authenticated but need to set up your contact information. You can update it {% endblocktrans %}{% trans "here" %}. {% else %} {% blocktrans %}Sorry, you must be logged-in to access your wishlist.{% endblocktrans %} {% endif %} {% endblock %}