{% extends "cdmsportal/portalBase.html" %} {% block menu_li_catalog %}class="active" {% endblock %} {% block content %} {% autoescape off %} {% endautoescape %}
{% for id in postvars.speciesIDs %} {% endfor %} {% for id in postvars.inchikey %} {% endfor %} {% for id in postvars.molecule %} {% endfor %}
{% autoescape off %} {% if postvars.database == "cdms" %} {% endif %} {% if postvars.database == "jpl" %} {% endif %}
{% endautoescape %}
{% if postvars.database == "cdms" %}
  • Database
    Status
    # Species
    # Molecules
    # States
    # Trans
    % Trunc.
  • CDMS
    0
    0
    0
    0
    0
{% else %}{% if postvars.database == "jpl" %}
  • Database
    Status
    # Species
    # Molecules
    # States
    # Trans
    % Trunc.
  • JPL
    0
    0
    0
    0
    0
{% else %}Processing ...{% endif %}{% endif %}
{% endblock %}