/home/edulekha/studygroup.edulekha.com/ow_plugins/virtual_gifts/views/components/template_edit.html
<div id="edit_template_form">
    <div>
    {form name='edit-template-form'}
        <table class="ow_table_3">
            {if $single}
            <tr class="ow_tr_first">
            	<td class="ow_label">{label name='file'}</td>
            	<td class="ow_value">
                	<div class="ow_smallmargin"><img src="{$imageUrl}" width="80" /></div>
                	{input name='file'}
            	</td>
            </tr>
            {/if}
            {if $categoriesSetup}
            <tr>
            	<td class="ow_label">{label name='category'}</td>
            	<td class="ow_value">{input name='category'}</td>
            </tr>
            {/if}
            {if $setPrice}
            <tr class="ow_tr_last">
            	<td class="ow_label">{label name='price'}</td>
            	<td class="ow_value">{input name='price' class='ow_settings_input'} {text key='usercredits+credits'}</td>
            </tr>
            {/if}
        </table>
        <div class="clearfix">
			<div class="ow_right">
				{submit name='save' class='ow_ic_save ow_positive'}
			</div>
		</div>
    {/form}
    </div>
</div>