<?php 
            if ($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']) {
                ?>

<?php 
                if ($this->_tpl_vars['profile']['form_type'] == 'textarea') {
                    ?>
    <?php 
                    echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['u'])) : smarty_modifier_t_url2cmd($_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['u']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'profile') : smarty_modifier_t_cmd($_tmp, 'profile');
                    ?>

<?php 
                } elseif ($this->_tpl_vars['profile']['form_type'] == 'checkbox') {
                    ?>
    <?php 
                    echo smarty_modifier_t_implode(smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']), ", ");
                    ?>

<?php 
                } else {
                    ?>
    <?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['value']);
                    ?>

<?php 
                }
                ?>

<?php 
                if ($this->_tpl_vars['prof']['profile'][$this->_tpl_vars['profile']['name']]['public_flag'] == 'friend') {
			<?php 
        $_from = $this->_tpl_vars['c_profile_list'];
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        if (count($_from)) {
            foreach ($_from as $this->_tpl_vars['prof']) {
                ?>
			<?php 
                if ($this->_tpl_vars['prof']['name'] !== 'PNE_POINT') {
                    ?>
			<td><?php 
                    echo '';
                    if ($this->_tpl_vars['prof']['form_type'] == 'checkbox') {
                        echo '';
                        echo is_array($_tmp = smarty_modifier_t_implode(smarty_modifier_t_escape($this->_tpl_vars['item']['profile'][$this->_tpl_vars['prof']['name']]['value']), ",")) ? $this->_run_mod_handler('t_truncate', true, $_tmp, 30) : smarty_modifier_t_truncate($_tmp, 30);
                        echo '';
                    } else {
                        echo '';
                        echo is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['profile'][$this->_tpl_vars['prof']['name']]['value'])) ? $this->_run_mod_handler('t_truncate', true, $_tmp, 30) : smarty_modifier_t_truncate($_tmp, 30);
                        echo '';
                    }
                    echo '';
                    ?>
</td>
			<?php 
                }
                ?>
			<?php 
            }
        }
<tr><th><?php 
                echo smarty_modifier_t_escape($this->_tpl_vars['item']['caption']);
                ?>
</th><td>
<?php 
                if ($this->_tpl_vars['item']['form_type'] == 'textarea') {
                    ?>
    <?php 
                    echo is_array($_tmp = is_array($_tmp = is_array($_tmp = smarty_modifier_t_escape($this->_tpl_vars['item']['value'])) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)) ? $this->_run_mod_handler('t_url2cmd', true, $_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['target_c_member_id'])) : smarty_modifier_t_url2cmd($_tmp, 'profile', smarty_modifier_t_escape($this->_tpl_vars['target_c_member_id']))) ? $this->_run_mod_handler('t_cmd', true, $_tmp, 'profile') : smarty_modifier_t_cmd($_tmp, 'profile');
                    ?>

<?php 
                } elseif ($this->_tpl_vars['item']['form_type'] == 'checkbox') {
                    ?>
    <?php 
                    echo smarty_modifier_t_implode(smarty_modifier_t_escape($this->_tpl_vars['item']['value']), ", ");
                    ?>

<?php 
                } else {
                    ?>
    <?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['item']['value']);
                    ?>

<?php 
                }
                if ($this->_tpl_vars['is_h_prof'] && $this->_tpl_vars['item']['public_flag'] == 'friend') {
                    ?>
<span class="caution">※<?php 
                    echo smarty_modifier_t_escape($this->_tpl_vars['WORD_MY_FRIEND']);