echo is_array($_tmp = $this->_tpl_vars['event']->startdate) ? $this->_run_mod_handler('date_format2', true, $_tmp, "%e%o") : smarty_modifier_date_format2($_tmp, "%e%o");
        ?>

									<?php 
        if (date('m', $this->_tpl_vars['event']->startdate) != date('m', $this->_tpl_vars['event']->enddate)) {
            ?>
										<?php 
            echo is_array($_tmp = $this->_tpl_vars['event']->startdate) ? $this->_run_mod_handler('date_format2', true, $_tmp, "%B") : smarty_modifier_date_format2($_tmp, "%B");
            ?>

									<?php 
        }
        ?>
									-
									<?php 
        echo is_array($_tmp = $this->_tpl_vars['event']->enddate) ? $this->_run_mod_handler('date_format2', true, $_tmp, "%e%o %B %Y") : smarty_modifier_date_format2($_tmp, "%e%o %B %Y");
        ?>

									<br />
									<?php 
        echo is_array($_tmp = $this->_tpl_vars['event']->location) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
        ?>

								</a>
							</p>
						<?php 
    }
}
unset($_from);
?>
					</div>
										Comment
									<?php 
            } else {
                ?>
										Comments
									<?php 
            }
            ?>
								</a>
							</p>
						<?php 
        }
        ?>
						<p class="tagline">
							<?php 
        echo is_array($_tmp = $this->_tpl_vars['article']->publish_at) ? $this->_run_mod_handler('date_format2', true, $_tmp, "%d/%m/%Y %H:%m") : smarty_modifier_date_format2($_tmp, "%d/%m/%Y %H:%m");
        ?>
 by
							<a href="<?php 
        echo is_array($_tmp = $this->_tpl_vars['article']->user->forumProfileLink) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
        ?>
"><?php 
        echo is_array($_tmp = $this->_tpl_vars['article']->user->nickname) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);
        ?>
</a>
						</p>
					</div>
				</div>
				<div class="col-md-8 news-body">
					<p><?php 
        echo is_array($_tmp = $this->_tpl_vars['article']->summary) ? $this->_run_mod_handler('escape', true, $_tmp) : smarty_modifier_escape($_tmp);