{% extends 'default/base.html' %} {% block title %}Queue - {{block.super}} {% endblock %} {% block menu %}
  • Home
  • Queue
  • Downloads
  • Logs
  • {% endblock %} {% block content %} {% for package in content %}
    {{ package.package_name }}
    {% for child in package.children %}
     {{ child.status }}{{ child.filename }}
    {% endfor %}
    {% endfor %} {% endblock %}