1<form method="post" action="">
2	<p>
3		<input type="hidden" name="{if $profile_is_installed}reinstall{else}install{/if}" value="{$profile_key|escape}">
4		<input type="submit" class="btn btn-primary btn-sm" title="{tr}Apply Changes{/tr}"value="{if $profile_is_installed}{tr}Re-Apply{/tr}{else}{tr}Apply{/tr}{/if}">
5	</p>
6</form>
7