{% extends "base.app.html" %} {% block content-title %}Report: {{report}}{% endblock%} {% load stores_extra %} {% block content %} {% include "reports/filter_heads.html" %} {% for store in stores %} {% with plans=store|get_plans %}