{% extends "base.html" %} {% block title %}Households — {{ library_name() }}{% endblock %} {% block content %}

Households

+ New Household
{% if items %} {% for item in items %} {% endfor %}
NameMembers
{{ item.household.name }} {{ item.member_count }} View
{% else %}

No households yet. Create the first one.

{% endif %} {% endblock %}