{% if substances_list %} {% for substance in substances_list %} {% include "lara_django_substances/partials/substance_row.html" %} {% endfor %} {% if page_obj %} {% endif %} {% else %} {% endif %}
Image
Name {% if current_sort == 'name' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
CAS {% if current_sort == 'cas' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
IUPAC Name {% if current_sort == 'iupac_name' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
PubChem CID {% if current_sort == 'pubchem_cid' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Formula {% if current_sort == 'sumformula' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
MW (g/mol) {% if current_sort == 'mass_molar' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Density {% if current_sort == 'density' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
XLogP {% if current_sort == 'xlogp' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
MP (°C) {% if current_sort == 'melting_point' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
BP (°C) {% if current_sort == 'boiling_point' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Actions
{% include "lara_django_substances/partials/pagination.html" %}