6. Cost Estimation

{% if cost_estimation %} {% for c in cost_estimation %}

{{ c.phase }}

TeamTotal WeeksTotal MandaysCost (RMB)Cost (USD)
{{ c.team_size }} {{ c.total_weeks }} {{ c.total_mandays }} ¥{{ c.cost_rmb }} ${{ c.cost_usd }}
{% endfor %} {% else %}

No cost data. Run 'fscope cost estimate' first.

{% endif %}