{% extends "versioning/report.html" %} {% load i18n %} {% block middleinfo %} {% with level1=level|add:"1" %}
{% trans "Reaction matrix" %}
{% for substance in matrix.substances %} | |
---|---|
{{ row.substance }} | {% for item in row.cells %}{% for reaction in item.reaction_numbers %} {{ reaction|add:"1" }} {% ifnotequal forloop.revcounter0 0 %}, {% endifnotequal %} {% endfor %} | {% endfor %}
{{ forloop.counter }} | {{ reaction }} |