{% extends "framework_modern.html" %} {% load static %} {% block content %}

Predict a Pathway in {{ meta.current_package.name|safe }}{% if meta.url_contains_package %} {% if meta.current_package.get_classification_level_display == "Restricted" %} {% elif meta.current_package.get_classification_level_display == "Secret" %} {% endif %} {% else %} {% if meta.user.default_package.get_classification_level_display == "Restricted" %} {% elif meta.user.default_package.get_classification_level_display == "Secret" %} {% endif %} {% endif %}

{% csrf_token %}
OR
{% with iframe_id="predict-ketcher" height="624" text_input_id="predict-smiles" %} {% include "components/ketcher.html" %} {% endwith %}
{# prettier-ignore-start #} {# prettier-ignore-end #} {% endblock content %}