% include('templates/header.tpl', title='Running downloads') % if job:
Download started.
% end % if downloads:

Running tasks

Refresh this page to view actual data.
% for job in downloads['started_job']: % end
ID URL Format
{{ job['id'] }} {{ job['download_manager']['url'] }} {{ job['preset']['format'] }}
% end