{% extends "base.html" %} {% load i18n %} {% load humanize %} {% load pagination_tags %} {% block title %} {{ block.super }} | {% trans "Test Runs" %} | {{ test_run }} | {% trans "Software Context" %} {% endblock %} {% block breadcrumbs %}
  • {% trans "Bundle Streams" %}
  • {{ test_run.bundle.bundle_stream }}
  • {{ test_run }}
  • {% trans "Software Context" %}
  • {% endblock %} {% block sidebar %} {% endblock %} {% block content %}

    Software Packages

    {% paginate %}

    Source Sources

    {% endblock %}