{% for group in groups %} {% if group.filtered_buffers|length %} {% with group.ingredients as ingredients %}

{{ group.name }}

{% for ingredient in ingredients %} {% endfor %} {% for buffer in group.filtered_buffers %} {% for concentration in buffer.concentrations %} {% endfor %} {% endfor %}
Buffer{{ ingredient.name }} ({{ ingredient.unit }})pH
{{ buffer.name }} ({{ buffer.manufacturer }}){{ concentration }}{{ buffer.pH }}

{% endwith %} {% endif %} {% endfor %}