summaryrefslogtreecommitdiff
path: root/results.gtpl
diff options
context:
space:
mode:
Diffstat (limited to 'results.gtpl')
-rw-r--r--results.gtpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/results.gtpl b/results.gtpl
index 39e2a32..a68b122 100644
--- a/results.gtpl
+++ b/results.gtpl
@@ -10,6 +10,7 @@
<th>510(k) Number</th>
<th>Title</th>
<th>Applicant</th>
+ <th>Hit Details</th>
<th>Submission Date</th>
<th>Predicates</th>
</tr>
@@ -18,6 +19,7 @@
<td><a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfPMN/pmn.cfm?ID={{.id}}">{{ .id }}</a></td>
<td>{{ .title }}</td>
<td>{{ .applicant }}</td>
+ <td>{{unescapeHTML ._formatted.full_text}}</td>
<td>{{ .submission_date }}</td>
<td>{{ range .predicates}}
<a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfPMN/pmn.cfm?ID={{.}}">{{ . }}</a>,