%inherit file="base.html"/>
[${tag}] BugHunter bug tag detected!
Data ID: ${data_id}
Data Catalog Link: ${dc_link}
Description: ${description}
JIRA Issue links
% for link in jira_links:
${link}
% endfor
Total detections: ${len(detections)}
% for detection in detections:
Filename: ${detection._filename}
Line Number: ${detection._line_number}
Context:
${detection._context | h}
% endfor