{% macro table(entities) %} {% for plasmid in entities %} {% endfor %}
ID Label Owner Insert Vector Cloning date
{{ plasmid.id }} {{ plasmid.label }} {{ plasmid.owner.username }} {{ plasmid.insert }} {{ plasmid.vector }} {{ plasmid.cloning_date }} {% if plasmid.file_plasmid_id %} {% endif %} {% if plasmid.file_map_id %} {% endif %}
{% endmacro %}