{% if area.slug == 'corporate' %}
No active manifests. Refuel and depart.
{% elif area.slug == 'penndot' %}
DETOUR — no sub-projects yet.
{% elif area.slug == 'fdot' %}
Quiet day in the sunshine. No sub-projects yet.
{% else %}
No sub-projects yet under {{ area.title }}.
{% endif %}
{% endif %}
Huyang
· {{ area.title }}
{% if chat_history %}
{% for msg in chat_history %}
{{ msg.content }}
{{ 'you' if msg.role == 'user' else 'Huyang' }}
{% endfor %}
{% else %}
Huyang sees everything in {{ area.title }}. Ask him about any sub-project here.