lookyloo/website/web/templates/identifier_details.html

15 lines
384 B
HTML

{% from "macros.html" import shorten_string %}
<center>
<h5>{{identifier_type}}: {{identifier}}</h5>
</center>
<table id="identifierDetailsTable" class="table table-striped" style="width:100%" data-identifier="{{identifier_type}}|{{identifier}}">
<thead>
<tr>
<th>Capture Time</th>
<th>Capture Title</th>
<th>Landing page</th>
</tr>
</thead>
</table>