{{ term.text }} {% if parentterms %} ({{ parentterms }}) {% endif %}

{% if flashmsg %}

{{ flashmsg }}

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

{{ term.romanization }}

{% endif %} {% for img in term_images %} {% endfor %} {% if term.translation %}

{{ term.translation | replace("\n", '
') | safe }}

{% endif %}

{% for t in term_tags %} {{ t }} {% endfor %}

{% if parentdata | length > 0 %} {% for p in parentdata %} {% endfor %}
{{ p.term }} {% if p.roman %}
({{ p.roman }}) {% endif %}
{{ p.trans | replace("\n", '
') | safe }}

{% for t in p.tags %} {{ t }} {% endfor %}

{% endif %}