{% extends "base.html" %} {% block custom_css %} {% endblock %} {% block content %}

{{ _('Results') }}
{% for h, h_t in head %} {% if not h == 'Grew-match URL' %} {% endif %} {% endfor %} {% for i in range(content['Tree']|length) %} {% for col in content %} {% if not (col == 'Grew-match URL' or col == 'example_id' or col == 'example_positions') %} {% endif %} {% endfor %} {% endfor %}
{{ h_t }}

Visualization Grew
{% endblock %} {% block custom_js %} {% endblock %}