{% extends "lims/pdf/doc_base.html" %} {% load static %} {% load settings %} {% block content %}

{% get_setting "APP_NAME" %} |  RETURN SHIPPING LABEL

Print this document and cut out the label. Remove the labels currently on the outside of the items being shipped, and replace them with this return label.

Non-Hazardous Frozen Samples In Dry-Shipper
{% include "lims/pdf/address_base.html" %}
To:{{ project.organisation|upper|default:"" }}
ATTN: {{ project.contact_person|upper|default:"" }}{% if project.department %} / {{ project.department|upper }}{% endif %}
{% include "lims/pdf/address_base.html" with project=admin_project %}
ID:{{project.first_name}} {{project.last_name}} ({{shipment.name}})
From:{{ admin_project.contact_person|upper|default:"" }}{% if admin_project.department %} / {{ admin_project.department|upper }}{% endif %}
{{ admin_project.organisation|upper|default:"" }}
Not restricted, as per Special Provision A152
{% include "lims/pdf/shipping_form.html" %} {% endblock %}