{% extends "base.html" %} {% block title %}Garments Suite — Wishlist{% endblock %} {% block styles %} {% endblock %} {% macro _render_item(item, vendors, groups, show_order_controls=true, show_up=true, show_down=true) %}
No items on the wishlist yet.
{% else %}{{ budget_error }}
{% endif %} {% if budget_result %}{{ bucket.group_name }}
{% for item in bucket.members %}Nothing on the wishlist fits within £{{ '%.2f' | format(budget_val | float) }}.
{% endif %} {% if budget_result.unpriceable %}{{ budget_result.unpriceable | length }} item{{ 's' if budget_result.unpriceable | length != 1 }} excluded from calculation (no price set).
{% endif %}