Replace Lorem on Reports page
This commit is contained in:
@@ -5,15 +5,15 @@
|
|||||||
<section class="row">
|
<section class="row">
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h5 class="summary-item__header">
|
<h5 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">Total Portfolio Value</span>
|
<span class="summary-item__header-text">{{ "portfolios.reports.total_value.header" | translate }}</span>
|
||||||
{{Tooltip(("common.lorem" | translate), title="", classes="summary-item__header-icon")}}
|
{{Tooltip(("portfolios.reports.total_value.tooltip" | translate), title="", classes="summary-item__header-icon")}}
|
||||||
</h5>
|
</h5>
|
||||||
<p class="summary-item__value">{{ total_portfolio_value | dollars }}</p>
|
<p class="summary-item__value">{{ total_portfolio_value | dollars }}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h5 class="summary-item__header">
|
<h5 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">Funding Duration</span>
|
<span class="summary-item__header-text">{{ "portfolios.reports.duration.header" | translate }}</span>
|
||||||
{{Tooltip(("common.lorem" | translate), title="", classes="summary-item__header-icon")}}
|
{{Tooltip(("portfolios.reports.duration.tooltip" | translate), title="", classes="summary-item__header-icon")}}
|
||||||
</h5>
|
</h5>
|
||||||
{% set earliest_pop_start_date, latest_pop_end_date = portfolio.funding_duration %}
|
{% set earliest_pop_start_date, latest_pop_end_date = portfolio.funding_duration %}
|
||||||
{% if earliest_pop_start_date and latest_pop_end_date %}
|
{% if earliest_pop_start_date and latest_pop_end_date %}
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class='col col--grow summary-item'>
|
<div class='col col--grow summary-item'>
|
||||||
<h5 class="summary-item__header">
|
<h5 class="summary-item__header">
|
||||||
<span class="summary-item__header-text">Days Remaining</span>
|
<span class="summary-item__header-text">{{ "portfolios.reports.days_remaining.header" | translate }}</span>
|
||||||
{{Tooltip(("common.lorem" | translate), title="", classes="summary-item__header-icon")}}
|
{{Tooltip(("portfolios.reports.days_remaining.toolip" | translate), title="", classes="summary-item__header-icon")}}
|
||||||
</h5>
|
</h5>
|
||||||
<p class="summary-item__value">{{ portfolio.days_to_funding_expiration }} days</p>
|
<p class="summary-item__value">{{ portfolio.days_to_funding_expiration }} days</p>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -453,6 +453,12 @@ portfolios:
|
|||||||
members:
|
members:
|
||||||
archive_button: Delete member
|
archive_button: Delete member
|
||||||
reports:
|
reports:
|
||||||
|
days_remaining:
|
||||||
|
header: Days Remaining
|
||||||
|
toolip: Days remaining are the days of funding remaining in the portfolio.
|
||||||
|
duration:
|
||||||
|
header: Funding Duration
|
||||||
|
tooltip: Funding duration is the period of time that there is a valid task order funding the portfolio.
|
||||||
estimate_warning: Reports displayed in JEDI are estimates and not a system of record.
|
estimate_warning: Reports displayed in JEDI are estimates and not a system of record.
|
||||||
empty_state:
|
empty_state:
|
||||||
message: Nothing to report.
|
message: Nothing to report.
|
||||||
@@ -460,6 +466,9 @@ portfolios:
|
|||||||
can_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Create an application with some cloud environments to get started.
|
can_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Create an application with some cloud environments to get started.
|
||||||
cannot_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Contact the portfolio owner to set up some cloud environments.
|
cannot_create_applications: This portfolio has no cloud environments set up, so there is no spending data to report. Contact the portfolio owner to set up some cloud environments.
|
||||||
action_label: 'Add a new application'
|
action_label: 'Add a new application'
|
||||||
|
total_value:
|
||||||
|
header: Total Portfolio Value
|
||||||
|
tooltip: Total portfolio value is all obligated and projected funds for all task orders in this portfolio.
|
||||||
task_orders:
|
task_orders:
|
||||||
add_new_button: Add New Task Order
|
add_new_button: Add New Task Order
|
||||||
review:
|
review:
|
||||||
|
Reference in New Issue
Block a user