{% extends "html/report_base.html" %}
{% import 'macros/dashboard_report_status_info.macro' as INFO %}
{% import 'macros/report_title.macro' as TITLE %}
{% block title %} {{ gettext("Postgres Log Analysis Expert") }} {% endblock %}
{% block report_header_text %}
{{ TITLE.TitleElement(gettext("Postgres Log Analysis Expert")) }}
{%endblock%}
{% block loading_text %}
{{ gettext("Analyzing logs for creating the report.") }}
{{ gettext("It will be loaded on completion.") }}
{%endblock%}
{% block status_element_block %}