<a class="mod_latest_title" href="<?php 
        echo $this->_tpl_vars['article']['url'];
        ?>
"><?php 
        echo $this->_tpl_vars['article']['title'];
        ?>
</a>
		<?php 
        if ($this->_tpl_vars['cfg']['showdate']) {
            ?>
            <div class="mod_latest_date">
                <?php 
            echo $this->_tpl_vars['article']['fpubdate'];
            ?>
 - <a href="<?php 
            echo cmsSmartyProfileURL(array('login' => $this->_tpl_vars['article']['user_login']), $this);
            ?>
"><?php 
            echo $this->_tpl_vars['article']['author'];
            ?>
</a><?php 
            if ($this->_tpl_vars['cfg']['showcom']) {
                ?>
 - <a href="<?php 
                echo $this->_tpl_vars['article']['url'];
                ?>
" title="<?php 
                echo is_array($_tmp = $this->_tpl_vars['article']['comments']) ? $this->_run_mod_handler('spellcount', true, $_tmp, $this->_tpl_vars['LANG']['COMMENT1'], $this->_tpl_vars['LANG']['COMMENT2'], $this->_tpl_vars['LANG']['COMMENT10']) : smarty_modifier_spellcount($_tmp, $this->_tpl_vars['LANG']['COMMENT1'], $this->_tpl_vars['LANG']['COMMENT2'], $this->_tpl_vars['LANG']['COMMENT10']);
                ?>
" class="mod_latest_comments"><?php 
                echo $this->_tpl_vars['article']['comments'];
                        </span>
                    <?php 
            }
            ?>
				</td>
			</tr>
			<tr>
				<?php 
            if ($this->_tpl_vars['comment']['is_profile']) {
                ?>
					<td valign="top">
						<table width="100%" cellpadding="1" cellspacing="0">
							<tr>
								<td width="70" height="70"  align="center" valign="top" class="cmm_avatar">
									<a href="<?php 
                echo cmsSmartyProfileURL(array('login' => $this->_tpl_vars['comment']['author']['login']), $this);
                ?>
"><img border="0" class="usr_img_small" src="<?php 
                echo $this->_tpl_vars['comment']['user_image'];
                ?>
" /></a>
								</td>
								<td class="cmm_content_av" valign="top">
				<?php 
            } else {
                ?>
					<td class="cmm_content" valign="top">
				<?php 
            }
            ?>
                	<div id="cm_msg_<?php 
  <div class="users_list">
    <table width="100%" cellspacing="0" cellpadding="0" class="users_list">
      <?php 
if ($this->_tpl_vars['total']) {
    ?>
      <?php 
    $_from = $this->_tpl_vars['users'];
    if (!is_array($_from) && !is_object($_from)) {
        settype($_from, 'array');
    }
    if (count($_from)) {
        foreach ($_from as $this->_tpl_vars['tid'] => $this->_tpl_vars['usr']) {
            ?>
      <tr>
        <td width="80" valign="top"><div class="avatar"><a href="<?php 
            echo cmsSmartyProfileURL(array('login' => $this->_tpl_vars['usr']['login']), $this);
            ?>
"><img alt="<?php 
            echo is_array($_tmp = $this->_tpl_vars['usr']['nickname']) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html');
            ?>
" class="usr_img_small" src="<?php 
            echo $this->_tpl_vars['usr']['avatar'];
            ?>
" /></a></div></td>
        <td valign="top">
          
          <div class="status">
		  <?php 
            if ($this->_tpl_vars['usr']['group_alias'] == 'atos') {
                ?>
 <sup>учасник АТО</sup> <?php 
                echo $this->_tpl_vars['LANG']['DELETE'];
                ?>
</span></a></td>
            <?php 
            }
            ?>
        </tr>
        </table>
        <table cellspacing="4">
        <tr>
            <td width="70" height="70" valign="middle" align="center" style="border:solid 1px #C3D6DF; padding: 4px">
                <?php 
            if ($this->_tpl_vars['record']['sender_id'] > 0) {
                ?>
                    <a href="<?php 
                echo cmsSmartyProfileURL(array('login' => $this->_tpl_vars['record']['author_login']), $this);
                ?>
"><img border="0" class="usr_img_small" src="<?php 
                echo $this->_tpl_vars['record']['user_img'];
                ?>
" /></a>
                <?php 
            } else {
                ?>
                    <img border="0" class="usr_img_small" src="<?php 
                echo $this->_tpl_vars['record']['user_img'];
                ?>
" />
                <?php 
            }
            ?>