{% extends "lims/base.html" %} {% load humanize %} {% load markup %} {% load static %} {% load icons %} {% block pre_js %} {% endblock %} {% block page_heading %}

{{ object.acronym }} | {{ object.active_automounter.container.kind|default:"Manual Mounting" }}

{{ object.name }} {% endblock %} {% block object_tools %} {% with object.active_automounter as automounter %} {% if automounter.container.children_history.all %} {% show_icon label='History' icon='ti ti-md ti-timer' %} {% endif %} {% show_icon label='Stats' icon='ti ti-md ti-pulse' %} {% show_icon label='Usage' icon='ti ti-md ti-pie-chart' %} {% show_icon label='Sessions' icon='ti ti-md ti-calendar' %} {% if automounter %} {% show_icon label='Comment' icon='ti ti-md ti-comment-alt' %} {% endif %} {% endwith %} {% endblock %} {% block object_status %}

{{ object.contact_phone }}

Energy Range:
{{ object.energy_lo }} - {{ object.energy_hi }}
{% endblock %} {% block full %} {% with object.active_automounter as automounter %} {% if automounter %}
{% include "lims/entries/container-layout.html" with container=automounter.container show_samples=True loadable=True %}
{% include "lims/entries/loaded.html" %}
{% endif %} {% include "lims/comments.html" with object=automounter %} {% endwith %} {% endblock %}