{% extends "base.html" %} {% block title %}Template details{% endblock %} {% block page_title %}Template {{ template.id }}{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} {% endblock %} {% block sidebar_items %}{% endblock %} {% block page_body %} {% if template %}
Template: {{ template.reaction_smarts }}
{% if total_references %}

{{ total_references }} total references

{% endif %} {{ template.reaction_smarts }} {% if template.necessary_reagent %}

Note: this reaction would require a reagent to contribute {{ template.necessary_reagent }}

{% endif %} {% if template.intra_only %}

Note: this template should be used for intramolecular reactions only

{% endif %} {% if template.dimer_only %}

Note: this template should be used for symmetric (dimerization) reactions only

{% endif %} {% if template.chiral %}

Note: this template looks like it might contain chiral specifications - tetrahedral chirality is not depicted in the template drawing currently

{% endif %}

{% for ref in references %} {% endfor %}
Rxn ID Instance Reaction Entry Date
Yield [%] Reagent(s) Catalyst(s) Solvent(s) Temp. [C] Time [h] Other
{{ ref.rx_id }} {{ ref.rxd_num }} of {{ ref.nvar }}
{{ ref.smiles }}
{{ ref.ded }}
{{ ref.y }} {{ ref.reagents }} {{ ref.catalysts }} {{ ref.solvents }} {{ ref.T }} {{ ref.t }} {{ ref.cond }}
{% if cannot_view_all %}

Note: You do not have access to view more than a single precedent for this transformation. If you believe this is in error, please contact ccoley@mit.edu

Reaction IDs corresponding to the 500 highest-yielding examples of this template:

{{ ref_ids }}

{% endif %} {% if cannot_view_any %}

Note: the database backend is not configured to retrieve Reaxys examples currently.

Reaction IDs supporting this template (that can be looked up in Reaxys) are as follows:

{{ ref_ids }}

{% endif %} {% endif %} {% endblock %}