{{ 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() %}{{ term_translation | replace("\n", '
') | safe }}
{% if parentdata | length > 0 %}
{{ p.term }}
{% if p.roman != "" %}({{ p.roman }}){% endif %}
{% for t in p.tags %}
{{ t }}
{% endfor %}
{% if p.trans != "" %}
{{ p.trans | replace("\n", '
') | safe }}
{% endif %}
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 %}