{# crate_anon/crateweb/templates/pdf_footer.html #}
{% comment %}
template parameters:
ethics (class EthicsInfo)
title -- for ethics info
version -- for ethics info
date -- for ethics info
address (str) -- for address in footer
{% endcomment %}
[PDF footer]
Page of
{{ address | safe }}
{% if ethics %}
[NHS Research Ethics details:
IRAS# {{ ethics.IRAS_NUMBER }};
REC# {{ ethics.REC_REFERENCE }};
{{ title }};
version {{ version }},
{{ date }}.]
{% endif %}