<buttonclass="btn inline right waves-effect waves-light btn-large"type="submit"name="action">{{ _('Download complete results') }}
<iclass="material-icons right">download</i>
</button>
</form>
</div>
</div>
<divclass="table-wrapper">
<table>
<thead>
<tr>
{% for head in head_row %}
{% if not head == 'Grew-match URL' %}
<th><span>{{ head }} </span><spanclass="th-desc">▾</span><spanclass="th-asc">▴</span></th>
{% endif %}
{% endfor %}
</tr>
</thead>
<tbody>
{% for i in range(content['Tree']|length) %}
<tr{%if'Grew-matchURL'incontent%}class="tr-link"data-toggle="tooltip"title="See examples in Grew-match"data-href={{content['Grew-matchURL'][i]}}{%endif%}>