{% extends "base.html" %} {% block title %}AI Summary β€” Website Checker{% endblock %} {% block content %} {% if not groq_key_set %}
⚠ Groq API key not configured. An admin must add it under Settings.
{% endif %}
Upload Documents
{% if is_admin %}
{% endif %}
Evaluation Criteria {% if is_admin %} {% endif %}
{% for c in criteria %}
{{ c.title }}
{% if not c.is_active %}Inactive{% endif %} {% if is_admin %}
{% endif %}
{{ c.description[:140] }}{% if c.description|length > 140 %}…{% endif %}
{% else %}

No criteria defined yet.

{% endfor %}
Extracted Information

Upload a document and click Analyze with AI to begin.

The AI will extract: solicitation number & type, set-aside, scope of work, work site, pre-proposal conference, POC, square footage, driving distance & travel time, due date, and key deadlines.

Analysis History
{% for h in history %} {% else %} {% endfor %}
Date User Files Verdict
{{ h.analyzed_at.strftime('%Y-%m-%d %H:%M') if h.analyzed_at else 'β€”' }} {{ h.username or 'β€”' }} {{ h.file_names[:50] }}{% if h.file_names|length > 50 %}…{% endif %} {% if h.verdict %} {{ h.verdict }} {% else %}β€”{% endif %}
πŸ€–

No analyses yet. Upload a document above to get started.

{% if is_admin %} {% endif %} {% endblock %}