{% extends "base.html" %} {% block title %}Proposals - ICDEV™{% endblock %} {% block content %} {% from "includes/classification_macros.html" import design_classification_banner %} {{ design_classification_banner('CUI') }}
GovCon proposal writing lifecycle tracker
| Solicitation # | Title | Agency | Due Date | Days Left | Type | Set-Aside | Status | Win % | Proposal Mgr |
|---|---|---|---|---|---|---|---|---|---|
| {{ opp.solicitation_number }} | {{ opp.title }} | {{ opp.agency }} | {{ opp.due_date }} | {{ opp.days_left if opp.days_left is not none else '—' }} | {{ opp.proposal_type }} | {{ opp.set_aside_type or '—' }} | {% set status_colors = {'intake': 'info', 'bid_no_bid': 'warning', 'go': 'success', 'writing': 'info', 'review': 'warning', 'final': 'success', 'submitted': 'success', 'won': 'success', 'lost': 'error', 'no_bid': 'warning', 'cancelled': 'error'} %} {{ opp.status | replace('_', ' ') | title }} | {% if opp.win_probability is not none %} {% if opp.win_probability >= 70 %} {{ opp.win_probability }}% {% elif opp.win_probability >= 40 %} {{ opp.win_probability }}% {% else %} {{ opp.win_probability }}% {% endif %} {% else %} — {% endif %} | {{ opp.proposal_manager or '—' }} |
| No opportunities yet. Click "+ New Opportunity" to create one. | |||||||||