{% extends "basebuildpage.html" %} {% load projecttags %} {% block title %} {{title}} - {{build.target_set.all|dictsort:"target"|join:", "}} {{build.machine}} - {{build.project.name}} - Toaster {% endblock %} {% block localbreadcrumb %}
  • {{title}}
  • {% endblock %} {% block nav-packages %} {% endblock %} {% block buildinfomain %}
    {# xhr_table_url is just the current url so leave it blank #} {% with xhr_table_url='' %} {% include "toastertable.html" %} {% endwith %}
    {% endblock %}