jiten - sentences
{% from "_macros.html" import topbtn with context %}
{% from "_search.html" import sentences with context %}
{% include "_nav.html" %}
{{ sentences(query) }}
{% if query %}
{% for e in results %}
{{ topbtn() }}
{% for c in e.jap -%}
{%- if M.isideo(c) -%}
{%- set rm = krm(c) -%}
{%- if rm -%}
{{ c }}
{%- else -%}
{{ c }}
{%- endif -%}
{%- 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 %}
{% endif %}