Snapshot. Get closer to new stations table.

This commit is contained in:
W1CDN
2023-06-24 21:30:05 -05:00
parent 1362558deb
commit 8972c8d447
3 changed files with 12 additions and 3 deletions

View File

@ -39,11 +39,15 @@ Coming soon, see <a href="https://amiok.net/gitea/W1CDN/aprs_tool/issues/16">htt
<table>
<tr>
<th> raw </th>
<th> from </th>
<th> last heard (utc) </th>
<th> count </th>
</tr>
{% for i in stations %}
<tr>
<td> {{ i['raw'] }} </td>
<td> <a href="https://digi.w1cdn.net/aprs_api/packets?from={{ i['from'] }}">{{ i['from'] }}</a> </td>
<td> {{ i['created'] }} </td>
<td> {{ i['COUNT(id)']}} </td>
</tr>
{% endfor %}
</table>