{% extends 'base.html' %} {% block title %} - Wishlist{% endblock %} {% block main %}
{% if g.login.is_authenticated() %}
{% if error %}{% endif %}
{% endif %} {% with all=true %} {% include 'wish/table.html' %} {% endwith %}
{% endblock %}