{% load badges %} {% load icons %} {% load misc_tags %} {% load progress_extras %}
{% if user.is_superuser%} {% if request.staff_comments %} {% show_icon label=request.get_status_display icon='ti ti-md ti-comment-alt' %} {% else %} {% show_icon label=request.get_status_display icon='ti ti-md ti-comment' %} {% endif %} {% else %} {% if request.status == request.STATUS_CHOICES.COMPLETE %} {% show_icon label=request.get_status_display icon='ti ti-md ti-check-box' tooltip=request.get_status_display %} {% else %} {% show_icon label=request.get_status_display icon='ti ti-md ti-layout-width-full' tooltip=request.get_status_display %} {% endif %} {% endif %}

{{ request.name }} | {{ request.kind.name }}

{% if request.comments %}
Comments: {{ request.comments }}
{% endif %} {% if request.staff_comments %}
Staff Comments: {{ request.staff_comments }}
{% endif %}

{{ request.num_samples }}

samples
PARAMETERS
    {% if request.kind.view_template %}
  • {% include request.kind.view_template %}
  • {% else %} {% include "requests/base-view.html" %} {% endif %}
SAMPLES
  • {% include "lims/entries/group-samples.html" with samples=request.sample_list %}