{% include "_meta.html" %} jiten - jmdict {% from "_macros.html" import topbtn, collapsebtn, collapseallbtns, toggleromajibtn with context %} {% from "_search.html" import jmdict with context %} {% include "_nav.html" %}
{{ jmdict(langs, query) }} {% if query %}
{{ toggleromajibtn() }} {{ collapseallbtns() }}
{% for e, rank in results %}
  • {% for k in e.kanji %} {% for c in k.elem -%} {%- if M.isideo(c) -%} {%- set rm = krm(c) -%} {%- if rm -%} {{ c }} {%- else -%} {{ c }} {%- endif -%} {%- else -%} {{ c }} {%- endif -%} {%- endfor %} {% else %} no kanji {% endfor %}
  • {% for r in e.reading %} {{ r.elem }} {% set v = "" if roma else "d-none" %} {{ kana2romaji(r.elem) }} {% if loop.last %} 読み {% endif %} {% else %} no readings {% endfor %}
  • {% set pitch = e.pitch()|list %}
  • {% for p in pitch %} {{ p }} {% set v = "" if roma else "d-none" %} {{ kana2romaji(p) }} {% if loop.last %} 高低 {% endif %} {% else %} {% if P.have_pitch() %} no pitch data {% else %} pitch data unavailable {% endif %} {% endfor %}
{{ collapsebtn("collapse-" + loop.index|string) }} {{ topbtn() }}
{% set ns = namespace(has_meanings = false) %} {% set gloss, info = e.gloss_pos_info(langs) %} {% for l in langs if gloss[l] %}

{{ l }}

    {% for g in gloss[l] %}
  • {% for x in g %} {% set ns.has_meanings = true %} {{ x }} {% endfor %}
  • {% endfor %}
{% endfor %} {% if not ns.has_meanings %}
no meanings
{% endif %}
    {% 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.jlpt %}  » jlpt N{{ e.jlpt }} {% endif %} {% if e.isprio() %}  » prio {% endif %} {{ loop.index }}
  • {% for l in langs if gloss[l] %} {% for g in gloss[l] %} {% for x in g %} {{ x }} {% endfor %} {% endfor %} {% endfor %} {% if not ns.has_meanings %}
    no meanings
    {% endif %}
{% if not loop.last %}
{% endif %} {% else %}
no results
{% endfor %} {% endif %}
{% include "_footer.html" %}