Update app info section
This commit is contained in:
parent
f84328dec4
commit
3010745cf2
@ -5,7 +5,7 @@
|
|||||||
{% from "components/icon.html" import Icon %}
|
{% from "components/icon.html" import Icon %}
|
||||||
|
|
||||||
{% block heading %}
|
{% block heading %}
|
||||||
Review & Download
|
Review Your Task Order Info
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form %}
|
{% block form %}
|
||||||
@ -18,24 +18,24 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
<section>
|
<h3 class="subheading">What are you building {{ TOEditLink(screen=1) }}</h3>
|
||||||
<h3>Scope (Statement of Work) {{ TOEditLink() }}</h3>
|
|
||||||
<p>
|
|
||||||
{{ task_order.scope or RequiredLabel() }}
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col--grow">
|
<div class="col col--grow">
|
||||||
<h3>Period of Performance length {{ TOEditLink(screen=2) }}</h3>
|
<h4>Portfolio</h4>
|
||||||
{{ task_order.performance_length or RequiredLabel() }}
|
<p>{{ task_order.portfolio_name or RequiredLabel() }}</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="col col--grow">
|
|
||||||
<h3>Total funding requested {{ TOEditLink(screen=2) }}</h3>
|
|
||||||
{{ task_order.budget }}
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
|
||||||
|
<div class="col col--grow">
|
||||||
|
<h4>DoD Component</h4>
|
||||||
|
<p>{{ task_order.defense_component or RequiredLabel() }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h4>Scope (Statement of Work)</h4>
|
||||||
|
<p>
|
||||||
|
{{ task_order.scope or RequiredLabel() }}
|
||||||
|
</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user