{% extends "dashboard_app/_content_with_sidebar.html" %} {% load i18n %} {% load stylize %} {% block title %} {{ block.super }} | {% trans "Reports" %} | {{ report.title }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block breadcrumbs %}
  • {% trans "Reports" %}
  • {{ report.title }}
  • {% endblock %} {% block content %} {{ report.get_html|safe}} {% endblock %} {% block sidebar %}

    Basic information

    Title
    {{report.title}}
    Author
    {{report.author|default_if_none:"Unspecified"}}
    Bug report URL
    {{report.bug_report_url|default:"Unspecified"}}

    Third party content notice

    Reports are a combination of client side programs written in JavaScript and sever side SQL queries. As such they are exposed to different JavaScript implementations. If a report does not work correctly contact the author or maintainer to debug the problem.

    Source Code

    {% endblock %}