{% extends "data_hub/base_data_hub.html" %} {% block data_hub_content %}
| Source | Type | Ingredients | Notes |
|---|---|---|---|
| {{ s.name }} | {{ s.type }} | {{ s.count }} | {% if s.key == 'usda_sr' %}USDA SR Legacy — filter with USDA Audit tool{% endif %} {% if s.key == 'culinary' %}CulinaryDB seed — 943 base entities{% endif %} {% if s.key == 'global' %}Global cuisine additions{% endif %} {% if s.key == 'manual' %}Admin-added entries{% endif %} {% if not s.key %}Check source field on ingredient table{% endif %} |