{% extends "base.html" %} {% block title %}Words to Readlang - Search Words{% endblock %} {% block content %}
Search across all your uploads. If the same word appears in multiple uploads with different translations, you'll see a warning.
No words matching {{ query }} found.
{% else %}{{ results|length }} word group{{ 's' if results|length != 1 else '' }} found for {{ query }}.
{% for group in results %} {% endfor %} {% endif %}