RSS Git Download  Clone
Raw Blame History
	[% # INCLUDE dumper.tt name = 'packs'   dump = data.packs %]
	[% # INCLUDE dumper.tt name = 'results' dump = data.results %]

    <div class="row">
		<div class="span12">
			[% user = session.user %]
			<h2>Welcome [% user.first_name.ucfirst %]
				[% user.last_name.upper %] to the Outreach Results Service!</h2>
	    </div>
	</div>

	[% INCLUDE patient_details.tt %]

	<!-- This will be where the four options go- requires SQL and HiLis and Richard!!-->
    <div class="row">
		<div class="span12">
			[% IF data.packs.size; INCLUDE packs.tt; ELSE; %]
				<p class="message">We have not received any requests yet</p>
			[% END %]
<!--
			<div class="controls inline-block">
				<a href="[% request.uri_base %]/packs">
					<button id="singlebutton" name="singlebutton"
						class="btn btn-primary">GetUpdate</button>
				</a>
			</div>
-->
		</div>
	</div>

	<hr />
    <div class="row">
		<div class="span12">
		<!-- Button -->
			<div class="control-group">
				<label class="control-label" for="singlebutton">
					<div class="message">
						Click here to view an electronic copy of your latest clinical report
						<div class="controls inline-block">
							<button id="singlebutton" name="singlebutton"
								class="btn btn-primary">GetReport</button>
						</div>
					</div>
				</label>
			</div>
		</div>
	</div>

    <div class="row">
		<h3>
			If you do not receive your report within x hours, please contact the
			Outreach Team...
		</h3>
	</div>