{% extends "genotype/base.html" %} {% block title %} {{ super() }} - Plates {% endblock %} {% block content %}
Plates
{% endblock %} {% macro plate_item(plate) %} {% if plate.signed_by %} {% set bg_class = 'list-group-item-success' %} {% else %} {% set bg_class = None %} {% endif %}
  • {{ plate.plate_id }} {% if plate.signed_by %} {{ plate.signed_by.first_name }} {% endif %}
  • {% endmacro %}