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>