{{ 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() %}{{ data.translation | safe }}
{% endif %} {% if data.parents | length > 0 %}
{{ p.term_text }}
{% if p.romanization != "" %}({{ p.romanization }}){% endif %}
{% for t in p.tags %}
{{ t }}
{% endfor %}
{% if p.translation != "" %}
{{ p.translation | safe }}{% endif %}
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 %}