{% if reactions_list %}
{% for reaction in reactions_list %}
{% include "lara_django_substances/partials/reaction_row.html" %}
{% endfor %}
{% if page_obj %}
| {% include "lara_django_substances/partials/pagination.html" %} |
{% endif %}
{% else %}
|
|
{% endif %}