{% block stylesheets %} {% endblock stylesheets %} {% block custom_style %} {% endblock custom_style %} {% block scripts %} {% endblock %} {% block body %} {% for record in records %} {# loop will not be available in the context of scoped block #} {% set first = loop.first %} {% block main scoped %}
{% block company_header scoped %} {% include header %} {% endblock company_header %}
{% block report_header scoped %} {% endblock report_header %}
{% block report_body scoped %} {% endblock report_body %}
{% endblock main %} {% endfor %} {% endblock body %}