{% extends "base.html" %} {% block title %}Shopping List — Menu Planner{% endblock %} {% block content %}
Week of {{ week_start.strftime('%B %d, %Y') }} {% if total %} · {{ checked }}/{{ total }} checked{% endif %}
{% if member_count and member_count > 1 %}Combined from {{ member_count }} household members' plans
{% endif %}No shopping list yet for this week.
Add meals to your meal plan first, then click Regenerate.