{% extends "lims/base.html" %} {% load static %} {% load guides %} {% load icons %} {% load settings %} {% block extra_css %} {% endblock %} {% block page_heading %}

{{ user.username|upper }} | Staff

{% endblock %} {% block pre_js %} {% endblock %} {% block object_tools %} {% get_setting "LIMS_USE_SCHEDULE" as schedule %} {% get_setting "LIMS_USE_PUBLICATIONS" as publications %} {% get_setting "LIMS_USE_CRM" as crm %} {% get_setting "LIMS_USE_ACL" as acl %} {% if acl %} {% show_icon label="Remote" icon="ti ti-md ti-rss-alt" %} {% endif %} {% show_icon label="Sessions" icon="ti ti-md ti-calendar" %} {% show_icon label="Accounts" icon="ti ti-md ti-user" %} {% if schedule %} {% show_icon label="Schedule" icon="ti ti-md ti-time" %} {% endif %} {% if publications %} {% show_icon label="Publications" icon="ti ti-md ti-layout-list-post" %} {% endif %} {% if crm %} {% show_icon label="Support" icon="ti ti-md ti-headphone-alt" %} {% endif %}
{% show_icon label="Add Guide" icon="ti ti-md ti-agenda" %} {% endblock %} {% block full %}
ADAPTORS
{% for container in adaptors %} {% include "lims/entries/container-item.html" %} {% endfor %}
ACTIVE CONNECTIONS
{% for connection in connections %} {% include "lims/entries/connection-list-item.html" %} {% empty %}
No active connections at the moment.
{% endfor %}
SHIPMENTS
{% for shipment in shipments %} {% include "lims/entries/shipment-list-item.html" %} {% endfor %}
{% if support %} {% endif %} {% load_guides %}
{% endblock %}