{% extends "django_reports/base.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Report" %} {{ report_config.name }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Report" %} {{ report_config.name }}
  • {% endblock %} {% block sidebar %}

    Meta Data

    Report name
    {{report_config.name}}
    Owner
    {{report_config.owner}}
    Visibility
    {% if report_config.is_public %}
    To everyone
    {% else %}
    To {{report_config.owner }}
    {% endif %}

    Actions

    {% endblock %} {% block content %} {% endblock %}