{% extends "versioning/report.html" %} {% load i18n %} {% block middleinfo %} {% with level1=level|add:"1" %}

{% trans "Reaction matrix" %}

{% for substance in matrix.substances %} {% endfor %} {% for row in matrix.rows %} {% for item in row.cells %} {% for reaction in item.reaction_numbers %} {{ reaction|add:"1" }} {% ifnotequal forloop.revcounter0 0 %}, {% endifnotequal %} {% endfor %} {% endfor %} {% endfor %}
 
{{ row.substance }}

 

{% for reaction in matrix.reactions %} {% endfor %}
{{ forloop.counter }} {{ reaction }}
{% endwith %} {% endblock %}