{% load substance_tags %} {% partialdef reactions-filter %} {% include "lara_django_substances/partials/reactions_filter.html" %} {% endpartialdef reactions-filter %} {% partialdef reactions-row %} {% include "lara_django_substances/partials/reaction_row.html" with reaction=reaction %} {% endpartialdef reactions-row %}
{% if reactions_list %} {% for reaction in reactions_list %} {% partial reactions-row %} {% endfor %} {% if page_obj %} {% endif %} {% else %} {% endif %}
Name {% if current_sort == 'name' %} {% if current_order == 'asc' %}▲{% else %}▼{% endif %} {% endif %}
Label {% if current_sort == 'label' %} {% if current_order == 'asc' %}▲{% else %}▼{% endif %} {% endif %}
RInChI RInChI Key (Short) Components Actions
{% include "lara_django_substances/partials/pagination.html" %}