HEX
Server: LiteSpeed
System: Linux s917.lon1.mysecurecloudhost.com 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: assibfaf (3034)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/assibfaf/public_html/prox-templates/messages/refund.tpl
<p style="margin-bottom: 20px;">Refund Request for order #{$orderId}</p>
{if $full_refund}
	<p style="margin-bottom: 20px;">I am completely dissatisfied with the quality of the paper, so I have decided to write it myself. I request a full refund. Request a full refund.</p>
{else}
	<p style="margin-bottom: 20px;">I am not fully satisfied with the quality of the paper. However, I accept it and will revise it myself. I request a partial refund. Request a partial refund.</p>
{/if}

<ul style="margin-bottom: 20px;padding-left:20px; margin-left:0; list-style:outside">
	{if $content}
		<li style="margin-bottom: 10px;">
			<strong>Content:</strong> {$content}
		</li>
	{/if}

	{if $sources}
		<li style="margin-bottom: 10px;">
			<strong>Sources:</strong> {$sources}
		</li>
	{/if}

	{if $format}
		<li style="margin-bottom: 10px;">
			<strong>Format:</strong> {$format}
		</li>
	{/if}

	{if $grammar}
		<li style="margin-bottom: 10px;">
			<strong>Grammar:</strong> {$grammar}
		</li>
	{/if}

	{if $instructions}
		<li style="margin-bottom: 10px;">
			<strong>Instructions not followed:</strong> {$instructions}
		</li>
	{/if}

	{if $other}
		<li style="margin-bottom: 10px;">
			<strong>Other:</strong> {$other}
		</li>
	{/if}
</ul>