{% extends "fr/base.html" %} {% block title %}{% endblock %} {% block txtlist %} {% endblock %} {% block results %}

lists

{% for manifesto, words in results.items()|sort %}
/\|\/\
_)    (__
\_     _/
)    \
\/\|\/

{{manifesto}}

{% for value, word in words %} {{word}} {% endfor %}
{% endfor %}
{% endblock %}