{% extends "base.html" %} {% block title %}{{ _("Job Queue") }} - {{ arch or _("All Architectures") }}{% end block %} {% block body %} {% module JobsList(queue) %} {% end block %}