{% macro table(entities) %} {% for bacterium, label in entities %} {% endfor %}
ID Plasmid Owner Strain Transformation date Location
{{ bacterium.id }} {{ label }} {{ bacterium.owner.username }} {{ bacterium.strain }} {{ bacterium.transformation_date }} {{ bacterium.storage_place }}
{% endmacro %}