{i18n arg_field_name=$field_name}Manage Lookups for "#field_name#"{/i18n}

{i18n}Manage Lookups{/i18n}

{i18n}Over time, the lookup values which make sense will change and evolve as your organisation does. You may thus need to change the lookup values associated with a given field. There are a number of different states that are possible for a given lookup{/i18n}:

{foreach from=$args item=v key=k} {/foreach} {foreach from=$lookups item=oLookup} {/foreach}
  {i18n}Lookup Value{/i18n} {i18n}Enabled{/i18n} {i18n}Sticky{/i18n}
{$oLookup->getName()} {if (!$oLookup->getDisabled())}{i18n}Yes{/i18n}{else}{i18n}No{/i18n}{/if} {if ($oLookup->getIsStuck())}{i18n}Yes{/i18n}{else} {/if}