{{station_call}} Status
{{station_lat}}, {{station_lon}}
 Recent RF Packets 
   
     
      |  from  | 
       object_name  | 
       raw  | 
       created (utc)  | 
       relative  | 
       more  | 
    
        {% for i in frames %}
     
       |  {{ i['from'] }}  | 
        {{ i['object_name'] }}  | 
        {{ i['raw'] }}  | 
        {{ i['created'] }}  | 
        {{ i['time_ago'] }}  | 
        query,
            aprs.fi | 
     
      {% endfor %}
  
 Recent Stations 
  
   |  from  | 
    last heard (utc)  | 
    relative  | 
    count  | 
    more  | 
 
     {% for i in stations %}
  
    |  {{ i['from'] }}  | 
     {{ i['last_heard'] }}  | 
     {{ i['time_ago'] }}  | 
     {{ i['count']}}  | 
     aprs.fi | 
  
   {% endfor %}
 Help 
This is a work in progress. See https://amiok.net/gitea/W1CDN/aprs_tool for usage.