COMMAND DECK {{ area.title | upper }} · AREA
Bridge Work {{ area.title }}

{% if area.slug == 'corporate' %}// CAI //{% endif %} {{ area.title }} {% if area.slug == 'fdot' %}{% endif %} {% if area.slug == 'penndot' %}{% endif %}

{% if area.description %}

{{ area.description }}

{% else %}

No description yet — use EDIT to add one.

{% endif %}
{{ subprojects|length }} sub-project{{ 's' if subprojects|length != 1 }} {% if active_timer_count %} · {{ active_timer_count }} running {% endif %}
{% if subprojects %} {% else %}
{% 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.

{% endif %}
// Below Deck OPEN FULL
Tasks load on bridge.
// New sub-project under {{ area.title }}
// Edit {{ area.title }}
{% include 'includes/today_panel.html' %} {% include 'includes/active_timer_strip.html' %}