{% extends "base_view.html" %} {% load date_fmt %} {% block title %} meliza-lab : sample : {{ sample }} {% endblock %} {% block content %}

{{ sample }}


animal
{{ sample.animal.name }}
sample type
{{ sample.type }}
location
{{ sample.location }}
collection date
{{ sample.date }}
collected by
{{ sample.collected_by }}
uuid
{{ sample.uuid }}
source
{% if sample.source %}{{ sample.source }}{% endif %}

additional attributes

{{ sample.attributes }}

comments

{{ sample.comments}}


edit sample
{% endblock %}