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 @@ -4,7 +4,11 @@
<p>Dear Support team

<p>
We have received the following request form for an account in {{ product.display_name }} from <b>{{ host }}</b>
We have received the following request form for an account in :
<ol>
<li>Product: <b>{{ product.display_name }}</b></li>
<li>Host: <b>{{ host }}</b></li>
</ol>
</p>

<pre>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Dear Support team,

We have received the following request form for an account in {{ product.display_name }} from **{{ host }}**:
We have received the following request form for an account in :
- Product: **{{ product.display_name }}**
- Host: **{{ host }}**

{{ dumps(request_form) }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Dear {{ name }},
</p>

<p>
We have received the following request form for an account in {{ product.display_name }} from {{ host }}
We have received the following request form for an account in :
<ol>
<li>Product: <b>{{ product.display_name }}</b></li>
<li>Host: <b>{{ host }}</b></li>
</ol>
</p>

<pre>
Expand Down
Loading