File: /home/assibfaf/public_html/prox-templates/messages/free-revision.tpl
<p style="margin-bottom: 20px;">Revision request for order #{$orderId}</p>
<p style="margin-bottom: 20px;">I need this order revised by <span id="deadline_at" style="color:green;">{$deadline}</span> {if $revisionDiffWriter}. I also request it to be revised by a different writer{/if}.</p>
<ul style="margin-bottom: 20px;padding-left:20px; margin-left:0; list-style:outside">
{if $sources}
<li style="margin-bottom: 10px;">
<strong>Sources:</strong> {$sources nofilter}
</li>
{/if}
{if $format}
<li style="margin-bottom: 10px;">
<strong>Format:</strong> {$format nofilter}
</li>
{/if}
{if $grammar}
<li style="margin-bottom: 10px;">
<strong>Grammar:</strong> {$grammar nofilter}
</li>
{/if}
{if $instructions}
<li style="margin-bottom: 10px;">
<strong>Instructions not followed:</strong> {$instructions nofilter}
</li>
{/if}
{if $customize_cont}
<li style="margin-bottom: 10px;">
<strong>Customize content:</strong> {$customize_cont nofilter}
</li>
{/if}
{if $other}
<li style="margin-bottom: 10px;">
<strong>Other:</strong> {$other nofilter}
</li>
{/if}
</ul>