Top f0ckers of all time 
- Ranking -
  
  
    
      Biggest taggers
      
        
        @for(let i = 0; i < list.length; i++)
          
            | {{ i + 1 }} | 
              | 
            @if(list[i].admin)⭐ @endif{!! list[i].user !!} | 
            {{ list[i].count }} | 
          
        @endfor
        
      
     
    
      Top {{ hoster.length }} hoster
      
        @each(hoster as host)
        | {{ host.part.length ? host.part : "Telegram" }} | {{ host.c }} | 
        @endeach
      
     
    
      Tag stats
      
        | total | {{ stats.total }} | 
        | tagged | {{ stats.tagged }} | 
        | untagged | {{ stats.untagged }} | 
        | SFW | {{ stats.sfw }} | 
        | NSFW | {{ stats.nsfw }} | 
        | deleted | {{ stats.deleted }} | 
        | missing ids | {{ stats.untracked }} | 
      
      Top f0cks
      
     
   
 
@include(snippets/footer)