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

Aliases {{ total }} total

{% if pending_count > 0 %} {{ pending_count }} from failures {% endif %}
{% if filter_ing %}
Showing aliases for: {{ filter_ing.name }} Clear filter
{% endif %} {# Filter bar #}
{% if search or src_filter %} Clear {% endif %}
{# Alias table #}
{% for a in items %} {% else %} {% endfor %}
Alias Normalized → Canonical Ingredient Source
{{ a.alias }} {{ a.alias_normalized }} {% if a.ingredient %} {{ a.ingredient.name }} ({{ a.ingredient.category or '—' }}) {% else %} ⚠ orphaned {% endif %} {{ a.source or 'manual' }}
No aliases match your filters.
{# Pagination #} {% if pages > 1 %} {% endif %} {# Add alias modal #} {% endblock %}