{% include "_meta.html" %} jiten - jmdict {% import "_search.html" as search %} {% include "_nav.html" %}
{{ search.jmdict(LANGS, langs, query) }} {% if query %} {% for e, rank in results %}
  • {% if e.kanji %} {% for k in e.kanji %} {% for c in k.elem -%} {% if isideo(c) -%} {{ c }} {%- else -%} {{ c }} {%- endif %} {%- endfor %} {% endfor %} {% else %} no kanji {% endif %}
  • {% if e.reading %} {% for r in e.reading %} {{ r.elem }} {% endfor %} {% else %} no readings {% endif %}
{% set gloss, info = e.gloss_pos_info(langs) %} {% for l in langs %}

{{ l }}

    {% for g in gloss[l] %}
  • {% for x in g %} {{ x }} {% endfor %}
  • {% endfor %}
{% endfor %}
    {% if info %}
  • {% for i in info %} {{ i }} {% endfor %}
  • {% endif %} {% set xi = e.xinfo()|list %} {% if xi %}
  • {% for i in xi %} {{ i }} {% endfor %}
  • {% endif %} {% set xr = e.xrefs()|list %} {% if xr %}
  • see {% for i in xr %} {{ i }} {% endfor %}
  • {% endif %}
  • seq# {{ e.seq }} {% if rank %} » freq# {{ rank }} {% endif %} {% if e.isprio() %} » prio {% endif %}
{% endfor %} {% endif %}
{% include "_footer.html" %}