{{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
{{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
+
+ {{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
</div>
<div id="profile-extra-links">
{{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
- {{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
+ {{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
- {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
+ {{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
{{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
</div>