{% include "_meta.html" %} jiten - jmdict by jlpt - n{{ level }} {% from "_macros.html" import topbtn with context %} {% include "_nav.html" %}
{% for row in results|batch(100) %}
{% if loop.first %}

JLPT N{{ level }}

{% else %}
{% endif %} {{ offset + loop.index0 * 100 + 1 }} - {{ offset + loop.index0 * 100 + row|length }}
{{ topbtn() }}
{% for e in row %} {% set mean = e.meanings()|sum(start=()) %} {% set read = e.reading|map(attribute="elem") %} {{ "、".join(e.definition()) }} {% endfor %}
{% if loop.last %} {% endif %}

{% endfor %}
{% if offset >= 1000 %} « Previous {% endif %} {% if results|length == 1000 %} Next » {% endif %}
{% include "_footer.html" %}