{:__('ID')} | {$row.id} |
{:__('Profile name')} | {$row.profile_name} |
{:__('User')} | {$row.user_id} |
{:__('Is own')} | {$row.is_own ? __('Own profile') : __('Others profile')} |
{:__('Relation')} | {$row.relation} |
{:__('Gender')} | {$row.gender == 1 ? __('Male') : __('Female')} |
{:__('Age')} | {$row.age} |
{:__('Height')} | {$row.height} cm |
{:__('Weight')} | {$row.weight} kg |
{:__('Body photos')} |
{if condition="$profileData.body_photos"}
{php}$photos = json_decode($profileData['body_photos'], true);{/php}
{if condition="is_array($photos)"}
{if condition="isset($photos['front'])"}
{else/}
{:__('Front view')} {:__('Side view')} {:__('Back view')} |
{:__('Create time')} | {$row.createtime|datetime} |
{:__('Update time')} | {$row.updatetime|datetime} |
{:__("No body type data")}
{/if}{:__("No measurement data")}
{/if}