18 lines
404 B
HTML
18 lines
404 B
HTML
{% from "components/icon.html" import Icon %}
|
|
|
|
<p>
|
|
{{ "fragments.pending_ccpo_acceptance_alert.paragraph_1" | translate }}
|
|
</p>
|
|
|
|
<p>
|
|
{{ "fragments.pending_ccpo_acceptance_alert.paragraph_2" | translate }}
|
|
</p>
|
|
|
|
<div class='alert__actions'>
|
|
<a href='/help' class='icon-link'>
|
|
{{ Icon('help') }}
|
|
{{ "fragments.pending_ccpo_acceptance_alert.learn_more_link_text" | translate }}
|
|
</a>
|
|
</div>
|
|
|