{if $isEdit} {/if} {form name="save"}
{label name="title"}
{input name='title'}
{error name="title"}
{label name="professor"}
{input name='professor'}
{error name="professor"}
{label name="college"}
{input name='college'}
{error name="college"}
{label name="laboratory"}
{input name='laboratory'}
{error name="laboratory"}
{label name="startedYear"}
{input name='startedYear'}
{error name="startedYear"}
{label name="description"}
{input name='description'}
{error name="description"}
{submit name="save"}
{/form}