{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}
{% if result %}
Herb -- {{ result.pinyin }}
Names
Pinyin Name {{ result.pinyin }}
Chinese Name {{ result.chinese_name }}
English Name {{ result.english_name }}
Latin Name {{ result.latin_name }}
Properties
{{ result.properties }}
Meridians
{{ result.meridians }}
Used Part
{{ result.use_part }}
Effect
{{ result.effection }}
Indication
{{ result.indication }}
{% if result.ingredients %}
Ingredients
{% for ingredient in result.ingredients %} {% endfor %}
Ingredient Name Reference
{{ ingredient.name }} {% if ingredient.ebook %}Book{% endif %} {% if ingredient.tcmid %}TCM-ID({{ingredient.tcmid}}){% endif %} {% if ingredient.taiwan %}TCM@Taiwan({{ingredient.taiwan}}){% endif %} {% if ingredient.hit %}HIT({{ ingredient.hit }}){% endif %} {% if ingredient.zh %}

{{ingredient.zh}}

{% endif %}
{% else %}
Sorry, there"s no ingredient information
{% endif %} {% if result.zhuputu_results %}
Spectrums
move the mouse over the word "pic" to view the MS spectrum
{% for zhuputu_result in result.zhuputu_results %} {% endfor %}
spectrum name 产地 herb origin spectrum description source picture
{{ zhuputu_result.spectrum_name }} {{ zhuputu_result.herb_origin }} {{ zhuputu_result.herb_origin_pinyin }} {{ zhuputu_result.spectrum_description }} {{ zhuputu_result.source }} pic
{% else %}
Sorry, there's no spectrums information
{% endif %}
Herb-Target-Disease Network
{% if result.ingredients %} {% else %}
Sorry, there's no herb-target-disease network
{% endif %}
{% endif%}
{% endblock %}