{% extends "base.html" %} {% set active_nav = "manage" %} {% block title %}Families - LSMC Atlas{% endblock %} {% block content %}
Group patients and capture family relationships
| Name | Notes | Created | |
|---|---|---|---|
| {{ family.name }} | {{ family.notes or "—" }} | {{ family.created_at | format_dt(user_preferences) }} | View |
No families found
{% if user.can_write and not search %} Create Family {% endif %}