% include('templates/header.tpl', title='Running downloads')
% if job:
% end
% if downloads:
Running tasks
Refresh this page to view actual data.
ID |
URL |
Format |
% for job in downloads['started_job']:
{{ job['id'] }} |
{{ job['download_manager']['url'] }} |
{{ job['preset']['format'] }} |
% end
% end