{% extends "report.html" %} {% block content %} {% if subreport %}

{% else %}

{% endif %} {% block title %}{% if title %}{{ title }}{% else %}{{ object }}{% endif %}{% endblock %} {% if subreport %}

{% else %}{% endif %} {% if subreport %}
{% endif %} {% block topinfo %}{% endblock %} {% block form %} {% if form %} {{ form }}
{% endif %} {% endblock %} {% block table %} {% include "crud/report_table.html" %} {% endblock %} {% block middleinfo %}{% endblock %} {% block tables %} {% for t in tables %} {% with t as table %} {% include "crud/report_table.html" %} {% endwith %} {% endfor %} {% endblock %} {% block extracontent %} {% endblock %}

 

{% block bottominfo %}{% endblock %} {% if subreport %}
{% endif %} {% endblock %}