{% extends "genotype/base.html" %} {% from "genotype/utils.html" import sample_item %} {% block title %} {{ super() }} - Plate - {{ plate.plate_id }} {% endblock %} {% block content %}

Plate: {{ plate.plate_id }}

{% if plate.signed_by %}
Plate signed complete by {{ plate.signed_by.name }} on {{ plate.signed_at.date() }}.
{% endif %} {% if not plate.signed_by %} {% endif %}
{% endblock %}