{{ data.term_and_parents_text() }} {% for t in data.tags %} {{ t }} {% endfor %}

{% if data.flash %}

{{ data.flash }}

{% endif %} {% if data.romanization %}

{{ data.romanization }}

{% endif %} {% for img, tooltip in data.popup_image_data.items() %} {% endfor %} {% if data.translation != "" %}

{{ data.translation | safe }}

{% endif %} {% if data.parents | length > 0 %}
{% for p in data.parents %}

{{ p.term_text }} {% if p.romanization != "" %}({{ p.romanization }}){% endif %} {% for t in p.tags %} {{ t }} {% endfor %} {% if p.translation != "" %}
{{ p.translation | safe }}{% endif %}

{% endfor %}
{% endif %} {% if data.components | length > 0 %}

Components

{% for p in data.components %}

{{ p.term_text }} {% if p.romanization != "" %}({{ p.romanization }}){% endif %} {% for t in p.tags %} {{ t }} {% endfor %} {% if p.translation != "" %}
{{ p.translation | safe }}{% endif %}

{% endfor %}
{% endif %}