{% extends "base.html" %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block title %}Enrich data in {{ table }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Enrich data in {{ table }}

{{ "{:,}".format(filtered_data.count) }} row{% if filtered_data.count != 1 %}s{% endif %} selected {{ filtered_data.human_description_en }}

Select an enrichment

{% for enrichment_and_path in enrichments_and_paths %}
{{enrichment_and_path.enrichment.name }}
{{ enrichment_and_path.enrichment.description }}
{% endfor %}
{% endblock %}