{% if 'empty' not in index.keys() %}
Compound words in your text are
(Click on the colored boxes to see graphical analysis)
{% endif %}
{% for ind, details in index.items()%}
{% if ind != 'empty' and details[3]==1 %}
{{details[0]}}
{% elif (ind != 'empty') and (details[3]==0) %}
{{details[0]}}
{% else %}
{{details}}
{% endif %}
{% endfor %}