{% extends "report/base.html" %}
{% load common report_filters %}
{% block title %}
{% blocktrans with title=report.template.title %}Template {{ title }}{% endblocktrans %}
{% endblock %}
{% block content %}
{% show_page_report %}
{% endblock content %}