From 01a24fd6b1208626e70d2f79b3d81579b6eb1603 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Mon, 17 Oct 2022 14:31:24 -0600 Subject: update to new index --- templates/document_details.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/document_details.html b/templates/document_details.html index 7726d13..ea83539 100644 --- a/templates/document_details.html +++ b/templates/document_details.html @@ -62,6 +62,15 @@ Applicant {{.SearchResults.applicant}} + + Contact + + {{.SearchResults.contact}}
+ {{.SearchResults.STREET1}} {{.SearchResults.STREET2}}
+ {{.SearchResults.CITY}}, {{.SearchResults.STATE}} {{.SearchResults.ZIP}}
+ {{.SearchResults.COUNTRY_CODE}} + + Decision {{.SearchResults.decision}} @@ -77,13 +86,40 @@ Predicates {{ range .SearchResults.predicates}} - {{ . }} + {{ . }} {{ end }} + + Decision + {{.SearchResults.decision}} + + + Product Code + {{.SearchResults.PRODUCTCODE}} + + + SSP Indicator + {{.SearchResults.SSPINDICATOR}} + + + Type + {{.SearchResults.TYPE}} + + + Reviewed by Third Party + {{.SearchResults.THIRDPARTY}} + + + Full Text (OCR) + + {{.SearchResults.full_text}} + + + \ No newline at end of file -- cgit v1.2.3