Experiment ID | Animal | Template | Start | End | Status | Action | Action |
---|---|---|---|---|---|---|---|
Experiment ID | Animal | Template | Start | End | Status | Action | Action |
{{ experiment.experiment_id }} | {{ experiment.animal.animal_code }} | {{ experiment.template.template_name }} | {{ experiment.experiment_start.strftime('%d/%m/%Y-%H:%M:%S') }} | {% if experiment.experiment_end %} {{ experiment.experiment_end.strftime('%d/%m/%Y-%H:%M:%S') }} {% endif %} | {{ 'ongoing' if experiment.experiment_end == None else 'done' }} | Delete | Export |