10 lines
319 B
HTML
10 lines
319 B
HTML
{% from "components/alert.html" import Alert %}
|
|
|
|
{% call Alert('Changes Requested', level='warning') %}
|
|
<p>CCPO has requested changes to your submission with the following notes:
|
|
<br>
|
|
{{ review_comment }}
|
|
<br>
|
|
Please contact info@jedi.cloud or 123-123-4567 for further discussion.</p>
|
|
{% endcall %}
|