{% include "_meta.html" %}
jiten - sentences
{% from "_search.html" import sentences with context %} {% include "_nav.html" %}
{{ sentences(query) }} {% if query %} {% for e in results %}
{% for c in e.jap -%} {% if M.iskanji(c) -%}
{{ c }}
{%- else -%} {{ c }} {%- endif %} {%- endfor %}
{% for lang in "english dutch german".split() %}
{% if e|attr(lang[:3]) %} {{ e|attr(lang[:3]) }}
{{ lang[:3] }}
{% else %}
no {{ lang }}
{% endif %}
{% endfor %}
#{{ e.id }}
»
tatoeba
{% if e.audio %}
» audio by {{ e.audio.split(" (")[0] }}
{% endif %}
»
{{ loop.index }}
{% if e.audio %}
Play Audio
{% endif %}
{% endfor %} {% endif %}
{% include "_footer.html" %}