{i18n}Dynamic Conditions{/i18n}

{i18n}Dynamic Conditions give the administrator the cability to define what permissions are applied to document within a folder based on a set of rules. These rules may be applied to the document's metadata, contents, or transactional information. Dynamic Conditions are applied on a per folder basis and may be setup from the folder's permissions section.{/i18n}

{i18n}Create a new condition{/i18n}
{if $conditions}

{i18n}Existing Conditions{/i18n}

{foreach item=oCondition from=$conditions} {/foreach}
{i18n}Condition Name{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}View Results{/i18n}
{$oCondition->getName()} {i18n}Edit{/i18n} {i18n}Delete{/i18n} getId()}">{i18n}Run Condition{/i18n}
{else}
{i18n}No Conditions have been defined.{/i18n}
{/if}