{% extends "html/report_base.html" %} {% import 'macros/report_title.macro' as TITLE %} {% block title %} {{ gettext("Capacity Manager Report") }} {% endblock %} {% block report_header_text %} {{ TITLE.TitleElement("Capacity Manager Report") }} {%endblock%} {% block loading_text %} {%endblock%} {% block status_element_block %} {% if chart_style == 1%} {{ _('Go to: ') }} {% endif %} {% endblock %} {% block css_block %} {# Embed files #} {% for css_file in css_files %} {{ css_file|safe }} {% endfor %} {% endblock %} {% block dashboard_body %}
{% endblock %} {% block script_block %} {% for js_file in js_files %} {{ js_file|safe }} {% endfor %} {% endblock %}