{% comment %} Error reporting tool - base template for output pages Copyright (C) 2013 Intel Corporation Licensed under the MIT license, see COPYING.MIT for details {% endcomment %} {% load i18n %} {% load staticfiles %} {% url "latest_errors" as latest_errors_url %} {% url "latest_autobuilder_errors" as latest_special_errors_url %} {% url "statistics" as stats_url %} {% url "search" as search_url %} {% url "build" as build_url %}
{# Don't show navigation on the search or build page or details page #} {% if mode != results_mode.BUILD and mode != results_mode.SEARCH and not details %} {% endif %} {% block content %}{% endblock %}