$[form.header]
<table>
<tr>
<td id="center-column">
{if $[can.update_status]}
<div class="content-box center-col">
<table>
<tr>
<td class="status-input">
$[form.update.input]
</td>
<td class="status-submit">
$[form.submit.button]
</td>
</tr>
</table>
</div>
{/if}
{if $[user.profile_badge]}
<div class="content-box center-col $[user.profile_badge_container_class]">
{foreach $[user.profile_badge]}$[user.profile_badge]{/foreach}
$[user.gift_link]
</div>
{/if}
<div class="content-box center-col">
<table>
<tr>
<td class="headings">Latest Status:</td>
<td>$[user.personal_text]</td>
</tr>
{if $[user.custom_title]}
<tr>
<td class="headings">Custom Title:</td>
<td>$[user.custom_title]</td>
</tr>
{/if}
{if $[user.website]}
<tr>
<td class="headings">Web Site:</td>
<td>$[user.website]</td>
</tr>
{/if}
{if $[user.birthday]}
<tr>
<td class="headings">Birthday:</td>
<td>$[user.birthday]</td>
</tr>
{/if}
{if $[user.age]}
<tr>
<td class="headings">Age:</td>
<td>$[user.age]</td>
</tr>
{/if}
{if $[user.gender]}
<tr>
<td class="headings">Gender:</td>
<td>$[user.gender.text]</td>
</tr>
{/if}
{if $[user.location]}
<tr>
<td class="headings">Location:</td>
<td>$[user.location]</td>
</tr>
{/if}
<tr>
<td class="headings">Posts:</td>
<td>$[user.posts]</td>
</tr>
{if $[user.likes]}
<tr>
<td class="headings">Likes:</td>
<td>$[user.likes]</td>
</tr>
{/if}
<tr>
<td class="headings">Date Registered:</td>
<td>$[user.registered_on]</td>
</tr>
{foreach $[user.custom_field]}
<tr class="$[user.custom_field.content_class]">
<td class="headings">
$[user.custom_field.name]:
</td>
<td>
$[user.custom_field.value]
</td>
</tr>
(etc)