{% extends "dashboard_app/_content.html" %} {% load i18n %} {% block title %} {{ block.super }} | {% trans "Reports" %} {% endblock %} {% block breadcrumbs %}
{% trans "Report title" %} | {% trans "Author" %} |
---|---|
{{ report.title }} | {{ report.author|default_if_none:"unspecified" }} |