Files
atst/templates/components/to_sidebar.html
2019-06-04 10:13:55 -04:00

17 lines
526 B
HTML

{% macro TOSidebar() -%}
<div class="col to-sidebar">
<div class="h4">Total obligated funds</div>
<div class="h3">$500,000</div>
<div>This is the funding allocated to cloud services. It may be 100% or a portion of the total task order budget.</div>
<hr>
<div class="h4">Total contract amount</div>
<div class="h3">$800,000</div>
<div>This is the value of all funds obligated for this contract, including -- but not limited to -- funds obligated for the cloud.</div>
</div>
{%- endmacro %}