<xen:if is="{$visitor.message_count} < 1">
<h3 style="color:white;background:#f72600;border-radius:2px;padding:2px;text-align:center;">You need to make 1 post to fill in location, occupation, home page and about. Why not introduce yourself <a href="https://soehoe.id/perkenalkan-diri-agan-disini.t550/unread"><u>here!</u></a></h3>
<xen:hook name="account_personal_details_information">
<fieldset>
<dl class="ctrlUnit">
<dt><label for="ctrl_location">{xen:phrase location}:</label></dt>
<dd><input type="text" name="location" value="{$visitor.location}" id="ctrl_location" class="textCtrl OptOut" readonly /></dd>
</dl>
<dl class="ctrlUnit">
<dt><label for="ctrl_occupation">{xen:phrase occupation}:</label></dt>
<dd><input type="text" name="occupation" value="{$visitor.occupation}" id="ctrl_occupation" class="textCtrl OptOut" readonly /></dd>
</dl>
<dl class="ctrlUnit">
<dt><label for="ctrl_homepage">{xen:phrase home_page}:</label></dt>
<dd><input type="url" name="homepage" value="{$visitor.homepage}" id="ctrl_homepage" class="textCtrl" readonly /></dd>
</dl>
<xen:include template="custom_fields_edit" />
</fieldset>
</xen:hook>
<xen:hook name="account_personal_details_about">
<dl class="ctrlUnit OptOut">
<dt><label for="ctrl_about">{xen:phrase about_you}:</label> <dfn>{xen:phrase you_may_use_bb_code}</dfn></dt>
<dd><h3> === Zero poster cant update this section === </h3></dd>
</dl>
</xen:hook>
<xen:else />