{extends "manage/manage.tpl.html"} {block "manage_content"} {if $prj_id == ''} {t}This page can only be accessed in relation to a project. Please go to the project page and choose{/t} "{t}Edit Fields to Display{/t}" {t}to access this page.{/t}
{t}Manage Projects{/t}
{else}
{foreach from=$fields item=field_info key=field_name} {/foreach}
{t}Edit Fields to Display{/t} {include file="help_link.tpl.html" topic="field_display"}
{t 1=$field_info.title}%1 Field{/t}:
{/if} {/block}