{{ term.text }} {% if parentterms %} ({{ parentterms }}) {% endif %} {% for t in term_tags %} {{ t }} {% endfor %}

{% if flashmsg %}

{{ flashmsg }}

{% endif %} {% if term.romanization %}

{{ term.romanization }}

{% endif %} {% for img, tooltip in term_images.items() %} {% endfor %} {% if term_translation != "" %}

{{ term_translation | replace("\n", '
') | safe }}

{% endif %}

{% if parentdata | length > 0 %}
{% for p in parentdata %}

{{ p.term }} {% if p.roman != "" %}({{ p.roman }}){% endif %} {% for t in p.tags %} {{ t }} {% endfor %} {% if p.trans != "" %}
{{ p.trans | replace("\n", '
') | safe }} {% endif %}

{% endfor %}
{% endif %} {% if componentdata | length > 0 %}

Components

{% for p in componentdata %}

{{ p.term }} {% if p.roman != "" %}({{ p.roman }}){% endif %} {% for t in p.tags %} {{ t }} {% endfor %} {% if p.trans != "" %}
{{ p.trans | replace("\n", '
') | safe }} {% endif %}

{% endfor %}
{% endif %}