{i18n}Edit View{/i18n}

{i18n}The columns included in this view are displayed below. To add additional columns into the view, use the form below the list. To remove items, click on the "delete" icon next to the column name. Note that some columns may be required in a given view. Also, while you can have multiple copies of a given column in a specific view this is not recommended.{/i18n}

{if (!empty($current_columns))} {foreach from=$current_columns item=oColumn} {if $oColumn->getRequiredInView()} {else} {/if} {/foreach}
{i18n}Column{/i18n} {i18n}Delete{/i18n}
{$oColumn->getName()}{i18n}Delete{/i18n}
{else}
{i18n}No columns have been added to this view{/i18n}
{/if}
{i18n}Add a Column{/i18n} {$add_field->render()}