{% if mixtures_list %}
{% for mixture in mixtures_list %}
{% include "lara_django_substances/partials/mixture_row.html" %}
{% endfor %}
{% if page_obj %}
| {% include "lara_django_substances/partials/pagination.html" %} |
{% endif %}
{% else %}
|
|
{% endif %}