{% macro header(is_accredited) %}

Leveransrapport Clinical Genomics

{% if is_accredited %}
SWEDAC stamp
{% endif %}
{% endmacro %} {% macro report_data(customer_name, case_name, report_version, report_date) %}
Leveransrapport: {{ customer_name }}
Fall: {{ case_name }}
Skapad: {{ report_date }}
{% if version != "N/A" %} Version: {{ report_version }} {% endif %}
{% endmacro %} {% macro contact_data(customer) %}

Kontakt Clinical Genomics

Clinical Genomics
Science for Life Laboratory
Tomtebodavägen 23
171 65 Solna
P: (08) 524 81 500
E-post: support@clinicalgenomics.se

Kundinformation

{{ customer.name }}
{{ customer.invoice_address | replace("\n", "
") | safe }}
{% endmacro %}