{% if isotopes_list %} {% for isotope in isotopes_list %} {% include "lara_django_substances/partials/isotope_row.html" %} {% endfor %} {% if page_obj %} {% endif %} {% else %} {% endif %}
Name {% if current_sort == 'name' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
MW (g/mol) {% if current_sort == 'mass_molar' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Half-life {% if current_sort == 'half_life' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Actions
{% include "lara_django_substances/partials/pagination.html" %}