Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
style="white-space: pre-wrap;">cease, either altogether or to the extent specified by the Chief Executive
Assessment Officer.</em></i></p>"""
NOW_THEREFORE = """
<p class="editor-paragraph" dir="ltr" style="text-align: left;"><b><strong class="editor-text-bold"
style="white-space: pre-wrap;">NOW THEREFORE:</strong></b></p>
<p class="editor-paragraph" style="text-align: left;"><br></p>
<p class="editor-paragraph" dir="ltr" style="text-align: left;"><span style="white-space: pre-wrap;">
Pursuant to Section {{order_details.section}} of the Act, I order that the {{project_details.proponent_label}}
must by [YYYY-DD-MM]</span></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@
</div>

<div class="section">
<p class="editor-paragraph" dir="ltr" style="text-align: left;">
<b>
<strong class="editor-text-bold" style="white-space: pre-wrap;">NOW THEREFORE: </strong>
</b>
</p>
<p class="editor-paragraph" style="text-align: left;"><br></p>
{{order_details.now_therefore | safe}}
</div>
<div class="signature">
Expand Down