{% extends "base.html" %} {% block title %}{{ opp.title }} - Proposals - ICDEV™{% endblock %} {% block content %}
{{ stats.sections_complete }}/{{ stats.sections_total }}
Sections Complete
{{ stats.compliance_coverage_pct }}%
Compliance Coverage
{{ stats.open_findings }}
Open Findings
{{ stats.critical_findings }}
Critical Findings
GovCon Intelligence AI-powered proposal automation
{% if opp.status == 'won' %}
Contract Transition Available This proposal was won — create a CPMP contract to begin post-award management
{% endif %}
Section Status Distribution
Open Findings by Severity
Opportunity Details
Agency
{{ opp.agency }}{% if opp.sub_agency %} / {{ opp.sub_agency }}{% endif %}
NAICS
{{ opp.naics_code or '—' }}
Set-Aside
{{ (opp.set_aside_type or '—') | replace('_', ' ') | title }}
Proposal Type
{{ opp.proposal_type | replace('_', ' ') }}
Estimated Value
{% if opp.estimated_value_low %}${{ opp.estimated_value_low|round(0)|int }}{% endif %}{% if opp.estimated_value_high %} – ${{ opp.estimated_value_high|round(0)|int }}{% endif %}{% if not opp.estimated_value_low and not opp.estimated_value_high %}—{% endif %}
Capture Manager
{{ opp.capture_manager or '—' }}
Proposal Manager
{{ opp.proposal_manager or '—' }}
Bid Decision
{{ (opp.bid_decision or 'pending') | title }}
{% endblock %}