{% partialdef isotopes-filter %} {% include "lara_django_substances/partials/isotopes_filter.html" %} {% endpartialdef isotopes-filter %} {% partialdef isotopes-row %} {% include "lara_django_substances/partials/isotope_row.html" %} {% endpartialdef isotopes-row %}
|
Name
{% if current_sort == 'name' %}
{% if current_order == 'asc' %}▲{% else %}▼{% endif %}
{% endif %}
|
Acronym
{% if current_sort == 'acronym' %}
{% if current_order == 'asc' %}▲{% else %}▼{% endif %}
{% endif %}
|
Mass Number
{% if current_sort == 'mass_number' %}
{% 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 %}
|
Description | Actions | |
|---|---|---|---|---|---|---|---|
| {% include "lara_django_substances/partials/pagination.html" %} | |||||||
|
No isotopes found.
|
|||||||