{% if mixtures_list %} {% for mixture in mixtures_list %} {% include "lara_django_substances/partials/mixture_row.html" %} {% endfor %} {% if page_obj %} {% endif %} {% else %} {% endif %}
Name {% if current_sort == 'name' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Type {% if current_sort == 'mixture_type' %} {% if current_order == 'asc' %} ▲ {% else %} ▼ {% endif %} {% endif %}
Actions
{% include "lara_django_substances/partials/pagination.html" %}