{% 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 %}