{% extends "base.html" %} {% block title %}Report: {{ report.database_name }}{% if report.table_name %} / {{ report.table_name }}{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Guidance: {{ report.extra_prompt }}
{% endif %} {% if report.agent_conversation_id %} {% endif %} {% if report.agent_error %}{{ report.agent_error }}