{% extends "base.html" %} {% block body %}

Counter: {{done}} / {{tot}}    Attribute: {{attr}}

{% for row in table_rows %} {% endfor %}
Value Number Percentages Not in list
{{row.val}} {{row.nbr}} {{row.pct}} {{row.ext}}
{% if ext_count > 1 %}

Attention! Several values are not present in the loaded values list.
Maybe this layer was processed with another list previously.

{% endif %} {% endblock %}