{% extends "data_hub/base_data_hub.html" %} {% block data_hub_content %}

Data Hub Dashboard

Total Recipes
{{ total_recipes }}
Ingredients
{{ total_ingredients }}
Aliases
{{ total_aliases }}
Pending Flags
{{ flag_count }}
{% if top_unmatched %}
Top Unmatched Ingredient Strings
{% for row in top_unmatched %} {% endfor %}
Raw StringOccurrences
{{ row[0] }}{{ row[1] }}
{% else %}
No unmatched ingredient strings logged yet. Import some recipes to populate this dashboard.
{% endif %} {% endblock %}