{% if data['reactants_html'] %}
Reactants
{{ data['reactants_html'] | safe }} {% endif %} {% if data['products_html'] %}
Products
{{ data['products_html'] | safe }} {% endif %} {% if data['solvents_html'] %}
Solvents
{{ data['solvents_html'] | safe }} {% endif %} {% if data['conditions_html'] %}
Conditions
{{ data['conditions_html'] | safe }} {% endif %}