{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}
{% if result %}
Drug -- {{ result.generic_name }}
Drugbank Access No
Drug Type
{{ result.drug_type }}
Indication
{{ result.indication }}
Pharmacology
{{ result.pharmacology }}
Related Targets
{% if result.targets %}
{% for target in result.targets %} {% endfor %}
Target Name Uniprot ID
{{ target.name }} {{ target.uniprot }}
{% else %}
Sorry, there's no related targets information
{% endif %} {% endif %}
{% endblock %}