{% extends "lims/base.html" %} {% load humanize static %} {% load badges %} {% load data_server %} {% load icons %} {% load jsutils %} {% block extra_css %} {% endblock %} {% block object_tools %} {% if object.url %} {% show_icon label="Download" icon="ti ti-md ti-download" %} {% else %} {% show_icon label="Download" icon="ti ti-md ti-download" %} {% endif %} {% endblock %} {% block object_status %}

{% score_badge object.score %}

Session:
{% for session in object.sessions %} {{ session.name }} {% if not forloop.last %} | {% endif %} {% empty %} Unrecorded Session {% endfor %} {% if object.session %} {{ object.session.name }} {% endif %}
Data:
{% for data in object.data.all %}{{ data.name }}{% if not forloop.last %} | {% endif %}{% endfor %}
Uploaded:
{{ object.modified }}
{% include "lims/comments.html" with object=object %} {% endblock %} {% block page_heading %}

Analysis Report | {% if user.is_superuser %}{{ object.project }} | {% endif %}{{ object.name }}

{{ object.identity }} — {{ object.kind }} Created {{ object.created|naturalday }} {% endblock %} {% block full %}
{% endblock %} {% block extra_js %} {% endblock %}