{% extends "html/report_base.html" %} {% import 'macros/report_title.macro' as TITLE %} {% block title %} {{ gettext("Tuning Wizard Report") }} {% endblock %} {% block report_header_text %} {{ TITLE.TitleElement("Tuning Wizard Report") }} {%endblock%} {% block loading_text %} {%endblock%} {% block status_element_block %}
| {{ _('GUC Parameter') }} | {{ _('Original Value') }} | {{ _('Recommended Value') }} | {{t.param}} | {{t.orig_value}} | {{t.rec_value}} | {% endif %} {% endfor %}
|---|