[% # INCLUDE dumper.tt name = 'packs' dump = data.packs %] [% # INCLUDE dumper.tt name = 'results' dump = data.results %]
[% user = session.user %]

Welcome [% user.first_name.ucfirst %] [% user.last_name.upper %] to the Outreach Results Service!

[% INCLUDE patient_details.tt %]
[% IF data.packs.size; INCLUDE packs.tt; ELSE; %]

We have not received any requests yet

[% END %]

[% IF data.has_report %]
[% ELSE %]

You do not have any previous reports to view

[% END %]