{% if target.is_chemical %}
{{ target.smiles }}
hide allblacklist
{{ target.smiles }} {% if target.score %}
score: {{ target.score }}{% endif %}

{% if target.as_reactant %}{{ target.as_reactant }} precedents as reactant{% else %}no precedent as reactant{% endif %}
{% if target.as_product %}{{ target.as_product }} precedents as product{% else %}no precedent as product{% endif %}

{% if target.ppg %}${{ target.ppg }}/g{% else %}not buyable{% endif %}

Synthesize this target
{% else %}
{% if target.num_examples %}{{ target.num_examples }} examples{% endif %} {% if target.plausibility %}
FF score: {{ target.plausibility|floatformat:3 }}{% endif %}
hide allblacklist
Click to evaluate (v0.1)!
{% if target.info %}{{ target.info }}
{% endif %} {% if target.necessary_reagent %}Needs source of {{ target.necessary_reagent }}
{% endif %}
Based on templates... {% for tform in target.tforms %}
Template {{ tform }} {% endfor %}

Evaluate in new tab
{% endif %} {% if target.children %} {% if target.children|length > 0 %} {% endif %} {% endif %}