{$TITLE.edit_field} {$project_name}
{$STRING.type_of_field} : {$data.field_type_title} {* it shouldn't be allowed to add selectbox values to some system fields *} {if $isSelectBox and !in_array($data.field_name, array('assigned_to', 'project_id', 'created_by', 'last_modified_by'))}   -  {$STRING.edit_selectbox} {/if}
{$STRING.FIELD_CONF.Title.created_by} : {$data._username1}
{$STRING.FIELD_CONF.Title.created_date} : {$data.created_date|date:DATE_FORMAT_DETAILED}
{$STRING.FIELD_CONF.Title.last_modified_by} : {$data._username2}
{$STRING.FIELD_CONF.Title.last_modified_date} : {$data.last_modified_date|date:DATE_FORMAT_DETAILED}


{$STRING.FIELD_CONF.Title.title} : {$input.title}
{$STRING.FIELD_CONF.Title.description} :
{$input.description}
{$STRING.FIELD_CONF.Title.edit_order} : {$input.edit_order}
{$STRING.FIELD_CONF.Title.list_order} : {$input.list_order}

{$STRING.FIELD_CONF.Title.default_value} :
{$input.default_value}
{$STRING.advanced}
{if $input.properties.SB_twin_id} {$input.properties.SB_twin_id} {/if} {if $input.properties.internal_system_use} {$input.properties.internal_system_use} {/if} {if $input.properties.maxlen} {$input.properties.maxlen} {/if} {if $input.properties.int_size} {$input.properties.int_size} {/if} {if $input.properties.decimal_size} {$input.properties.decimal_size} {/if} {if $input.properties.unique} {$input.properties.unique} {/if} {if $input.properties.highlight_url} {$input.properties.highlight_url} {/if} {if $input.properties.time_type} {$input.properties.time_type} {/if} {if $input.properties.read_only} {$input.properties.read_only} {/if} {if $input.properties.declare} {$input.properties.declare} {/if} {if $input.properties.hidden} {$input.properties.hidden} {/if} {if $input.properties.label} {$input.properties.label} {/if} {if $input.properties.dashAfter} {$input.properties.dashAfter} {/if}
{$STRING.FIELD_CONF.Title.properties} :