{% if label.strip or header_extra_content.strip %}
{% if label %} {{ label }} {% endif %} {{ header_extra_content }}
{% endif %} {{ body }} {% if footer_content.strip %} {% endif %}
{% if include_paginator and body_content_table.paginator%} {% include 'inc/paginator.html' with paginator=body_content_table.paginator page=body_content_table.page %} {% endif %}