{% extends "lims/base.html" %} {% load static %} {% load icons %} {% block page_heading %}

{{ view.page_title }}

{% endblock %} {% block object_tools %} {% if view.plot_url %} {% show_icon label='Stats' icon='ti ti-md ti-pulse' %} {% if view.tool_template %} {% endif %} {% endif %} {% if view.tool_template %}{% include view.tool_template %}{% endif %} {% endblock %} {% block full %}
{% include "itemlist/embed_list.html" %}
{% endblock %}