{i18n arg_name=$context->oTransition->getHumanName()}Transition Restrictions: #name#{/i18n}

{i18n}All of these must allow the user to perform the transition.{/i18n}

{$add_form->render()}
{if empty($aGuardTriggers)}
{i18n}Anybody (with the ability to see the document) can perform this transition.{/i18n}
{else} {foreach from=$aGuardTriggers item=oTrigger} {/foreach}
{i18n}Restriction{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Configuration{/i18n}
{$oTrigger->getName()} {if $oTrigger->bIsConfigurable}edit{else}—{/if} delete {$oTrigger->getConfigDescription()}
{/if}