{% extends "layout.html" %}
{% block body %}
  
{{_('Linked libraries')}}
  
    
      | {{_('Program library')}} | 
      {{_('Installed Version')}} | 
    
  
  
    
      | Python | 
      {{versions['PythonVersion']}} | 
    
    
      | Kindlegen | 
      {{versions['KindlegenVersion']}} | 
    
    
      | ImageMagick | 
      {{versions['ImageVersion']}} | 
    
    
      | PyPDF2 | 
      {{versions['PyPdfVersion']}} | 
    
  
  {{_('Calibre library statistics')}}
  
    
      | {{bookcounter}} | 
      {{_('Books in this Library')}} | 
    
    
      | {{authorcounter}} | 
      {{_('Authors in this Library')}} | 
    
    
      | {{categorycounter}} | 
      {{_('Categories in this Library')}} | 
    
    
      | {{seriecounter}} | 
      {{_('Series in this Library')}} | 
    
  
{% endblock %}