if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<div class="primaryContent">
	<div class="subHeading">' . 'Contributing Editors' . '</div>
	<div class="secondaryContent wikiPage wikiEditors">
		<table style="width: 100%;">
			';
foreach ($editors as $user) {
    $__output .= '
				';
    $__compilerVar2 = '';
    $__compilerVar2 .= '<div class="editor">
	<div class="editorAcitivy">
		<span class="muted">' . 'Hoạt động cuối' . ': ' . XenForo_Template_Helper_Core::datetime($user['date'], '') . '</span>
	</div>

	<div class="editorUser">
		' . XenForo_Template_Helper_Core::callHelper('avatarhtml', array($user, true, array('user' => '$user', 'size' => 's', 'img' => 'true'), '')) . '
		<div class="userInfo">' . XenForo_Template_Helper_Core::callHelper('usernamehtml', array($user, '', true, array())) . '</div>
	</div>

	<div class="editorInfo">
		<span class="muted">' . 'Edits' . ': ' . htmlspecialchars($user['count'], ENT_QUOTES, 'UTF-8') . '</span>
	</div>
</div>';
    $__output .= $__compilerVar2;
    unset($__compilerVar2);
    $__output .= '
			';
</li>';
    $__output .= $__compilerVar7;
    unset($__compilerVar7);
    $__output .= '
		';
}
$__output .= '

		';
foreach ($comments as $comment) {
    $__output .= '
			';
    $__compilerVar8 = '';
    $__compilerVar8 .= '<li id="comment_' . htmlspecialchars($comment['comment_id'], ENT_QUOTES, 'UTF-8') . '" class="comment secondaryContent ' . ($comment['isIgnored'] ? 'ignored' : '') . '" itemscope="itemscope" itemtype="http://schema.org/Comment" itemprop="comment">
	
	<meta itemprop="commentTime" content="' . XenForo_Template_Helper_Core::datetime($comment['comment_date'], '') . '">	
	<meta itemprop="creator" content="' . htmlspecialchars($comment['username'], ENT_QUOTES, 'UTF-8') . '">
	' . XenForo_Template_Helper_Core::callHelper('avatarhtml', array($comment, true, array('user' => '$comment', 'size' => 's', 'img' => 'true'), '')) . '

	<div class="commentInfo">
		';
    $__compilerVar9 = '';
    $__compilerVar9 .= '
					';
    if ($comment['isDeleted']) {
        $__compilerVar9 .= '
						<li class="deletedNotice"><span class="icon Tooltip" title="' . 'Bị xóa' . '" data-tipclass="iconTip flipped"></span>' . 'This message has been removed from public view.' . '</li>
					';
    } else {
        if ($comment['isModerated']) {
            $__compilerVar9 .= '
        <table class="dataTable">
        
        <tr class="dataRow">
        <th>' . 'Diễn đàn' . '</th>
        <th>' . 'Tiêu đề' . '</th>
        <th>' . 'Date' . '</th>
        </tr>
        
        ';
        foreach ($similarThreads as $index => $similarThread) {
            $__compilerVar227 .= '
        
            <tr class="dataRow">
            <td>' . htmlspecialchars($similarThread['nodetitle'], ENT_QUOTES, 'UTF-8') . '</td>
            <td><a href="' . XenForo_Template_Helper_Core::link('threads', $similarThread, array()) . '" title="' . htmlspecialchars($similarThread['title'], ENT_QUOTES, 'UTF-8') . '">' . htmlspecialchars($similarThread['title'], ENT_QUOTES, 'UTF-8') . '</a></td>
            <td>' . XenForo_Template_Helper_Core::datetime($similarThread['post_date'], '') . '</td>
            </tr>
        
        ';
        }
        $__compilerVar227 .= '
        
        </table>

    </div>
    <br />

';
    }
    $__compilerVar227 .= '
<br><br>
' . 'Android' . ' = ' . htmlspecialchars($android, ENT_QUOTES, 'UTF-8') . '
<br>
' . 'iPad' . ' = ' . htmlspecialchars($ipad, ENT_QUOTES, 'UTF-8') . '
<br>
' . 'iPhone' . ' = ' . htmlspecialchars($iphone, ENT_QUOTES, 'UTF-8') . '
<br><br>

<table class="dataTable">

    <tr class="dataRow">
    	<th>' . 'User Name' . '</th>
	<th>' . 'IP' . '</th>
        <th>' . 'User Agent' . '</th>
        <th>' . 'View Date' . '</th>
    </tr>
    
    ';
foreach ($results as $result) {
    $__output .= '
    <tr class="dataRow useragentDataRow">
        <td><a href="' . XenForo_Template_Helper_Core::link('members/' . htmlspecialchars($result['user_id'], ENT_QUOTES, 'UTF-8') . '/', false, array()) . '" />' . htmlspecialchars($result['username'], ENT_QUOTES, 'UTF-8') . '</a></td>      
        <td><a href="http://whatismyipaddress.com/ip/' . htmlspecialchars($result['ip'], ENT_QUOTES, 'UTF-8') . '" target="_blank">' . htmlspecialchars($result['ip'], ENT_QUOTES, 'UTF-8') . '</a></td>
        <td>' . htmlspecialchars($result['user_agent'], ENT_QUOTES, 'UTF-8') . '</td>
        <td>' . XenForo_Template_Helper_Core::datetime($result['view_date'], '') . '</td>
    </tr>
    ';
}
$__output .= '
    
</table>';
	<a class="menuHeader">' . 'Suggested Thread' . '<span class="close">X</span></a>
	<ul>
		';
        foreach ($extraThreadItems['suggestedThreads'] as $_extraThread) {
            $__compilerVar1 .= '
			<li>
				<div class="thumbnail">
					<a class="threadThumbnail" href="' . XenForo_Template_Helper_Core::link('members', $_extraThread, array()) . '">
						<img src="' . XenForo_Template_Helper_Core::callHelper('avatar', array('0' => $_extraThread, '1' => 's')) . '" alt="" />
					</a>
				</div>
				<div class="threadDetail">
				<a href="' . XenForo_Template_Helper_Core::link('threads', $_extraThread, array()) . '" class="threadTitle" title="" class="' . ($_extraThread['hasPreview'] ? 'PreviewTooltip' : '') . '" 
				data-previewUrl="' . ($_extraThread['hasPreview'] ? XenForo_Template_Helper_Core::link('threads/preview', $_extraThread, array()) : '') . '"
				>' . htmlspecialchars($_extraThread['title'], ENT_QUOTES, 'UTF-8') . '</a>
				<span class="bretiDate">' . XenForo_Template_Helper_Core::datetime($_extraThread['post_date'], '') . '</span>
				</div>
			</li>
		';
        }
        $__compilerVar1 .= '
	</ul>
</div>
<script>
	$(".bretiRandomThread").appendTo(\'body\');
	$triggered = false;
	$(\'.bretiRandomThread .close\').click(function(){
		$(".bretiRandomThread").remove();
	});
	if($(document).scrollTop() > ($(document).height() - $(window).height()-500)){
		$triggered = true;
$__output = '';
$__extraData['title'] = '';
$__extraData['title'] .= 'Quản lý nội tuyến - Gộp bài viết';
$__output .= '

<form action="' . XenForo_Template_Helper_Core::link('inline-mod/post/merge', false, array()) . '" method="post" class="xenForm formOverlay">
	<p>' . 'Bạn có chắc muốn gộp ' . htmlspecialchars($postCount, ENT_QUOTES, 'UTF-8') . ' bài viết lại?' . '</p>

	<dl class="ctrlUnit">
		<dt><label for="ctrl_target_post_id">' . 'Gộp vào bài viết' . ':</label></dt>
		<dd>
			<select name="target_post_id" id="ctrl_target_post_id" class="textCtrl">
			';
foreach ($posts as $post) {
    $__output .= '
				<option value="' . htmlspecialchars($post['post_id'], ENT_QUOTES, 'UTF-8') . '">' . htmlspecialchars($post['username'], ENT_QUOTES, 'UTF-8') . ', ' . XenForo_Template_Helper_Core::datetime($post['post_date'], 'absolute') . '</option>
			';
}
$__output .= '
			</select>
		</dd>
	</dl>

	<dl class="ctrlUnit fullWidth surplusLabel">
		<dt><label for="ctrl_new_message">' . 'Merged Message' . ':</label></dt>
		<dd>' . $editorTemplate . '</dd>
	</dl>

	<dl class="ctrlUnit submitUnit">
		<dt></dt>
		<dd><input type="submit" name="save" value="' . 'Gộp bài' . '" accesskey="s" class="button primary" /></dd>
if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<li>
	<div class="secondaryContent">
		<div class="views">
			<b>' . htmlspecialchars($playlist['count'], ENT_QUOTES, 'UTF-8') . '</b><br />
			' . 'videos' . '
		</div>

		<div class="thumb">
			<a href="' . XenForo_Template_Helper_Core::link('media/playlist', $playlist, array()) . '"><img src="' . XenForo_Template_Helper_Core::callHelper('medio', array('0' => $playlist)) . '" border="0" alt="' . htmlspecialchars($playlist['playlist_name'], ENT_QUOTES, 'UTF-8') . '" /></a>
		</div>

		<div class="info">
			<a href="' . XenForo_Template_Helper_Core::link('media/playlist', $playlist, array()) . '"><b>' . htmlspecialchars($playlist['playlist_name'], ENT_QUOTES, 'UTF-8') . '</b></a><br />
			<div class="muted">
				' . 'Playlist by ' . '<a href="' . XenForo_Template_Helper_Core::link('media/user', $playlist, array()) . '">' . htmlspecialchars($playlist['username'], ENT_QUOTES, 'UTF-8') . '</a>' . '' . ' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
				' . 'Last updated:' . ': ';
if ($playlist['playlist_date']) {
    $__output .= XenForo_Template_Helper_Core::datetime($playlist['playlist_date'], '');
} else {
    $__output .= 'Never';
}
$__output .= '
			</div>
		</div>
	</div>
</li>';
                    $__compilerVar8 .= '
	';
                }
                $__compilerVar8 .= '
	<div class="img" data-height="' . htmlspecialchars($album['cover']['medium_height'], ENT_QUOTES, 'UTF-8') . '" data-width="' . htmlspecialchars($album['cover']['medium_width'], ENT_QUOTES, 'UTF-8') . '"> 
		<a class="" href="' . XenForo_Template_Helper_Core::link('gallery/albums', $album, array()) . '" style="width:220px; height: ' . htmlspecialchars($imageHeightReal, ENT_QUOTES, 'UTF-8') . 'px; max-height: ' . htmlspecialchars($imageHeightReal, ENT_QUOTES, 'UTF-8') . 'px;" >
			<img class="lazy" alt="' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '" title="' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '" data-src="' . ($album['cover']['thumbnailUrl'] ? htmlspecialchars($album['cover']['thumbnailUrl'], ENT_QUOTES, 'UTF-8') : XenForo_Template_Helper_Core::styleProperty('sonnbXG_albumEmpty')) . '" />
			<noscript><img alt="' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '" title="' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '" src="' . ($album['cover']['thumbnailUrl'] ? htmlspecialchars($album['cover']['thumbnailUrl'], ENT_QUOTES, 'UTF-8') : XenForo_Template_Helper_Core::styleProperty('sonnbXG_albumEmpty')) . '" /></noscript>
		</a>
	</div>

	<meta itemprop="thumbnailUrl" content="' . ($album['cover']['thumbnailUrl'] ? htmlspecialchars($album['cover']['thumbnailUrl'], ENT_QUOTES, 'UTF-8') : XenForo_Template_Helper_Core::styleProperty('sonnbXG_albumEmpty')) . '">
	<meta itemprop="contentURL" content="' . XenForo_Template_Helper_Core::link('full:gallery/albums', $album, array()) . '">
	<meta itemprop="caption" content="' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '">
	<meta itemprop="publisher" content="' . XenForo_Template_Helper_Core::link('full:members', $album, array()) . '">
	<meta itemprop="datePublished" content="' . XenForo_Template_Helper_Core::datetime($album['album_date'], '') . '">

	<div class="infoAlbum clearfix">
		<div class="titleAlbum">
			<h3 style="text-align: left;">
				<a href="' . XenForo_Template_Helper_Core::link('gallery/albums', $album, array()) . '">' . htmlspecialchars($album['title'], ENT_QUOTES, 'UTF-8') . '</a>
			</h3>
		</div>
		<div class="dateInfo">
			';
                if ($album['photo_count']) {
                    $__compilerVar8 .= htmlspecialchars($album['photo_count'], ENT_QUOTES, 'UTF-8') . ' ' . 'photos';
                }
                if ($album['video_count']) {
                    $__compilerVar8 .= ($album['photo_count'] ? ' - ' : '') . htmlspecialchars($album['video_count'], ENT_QUOTES, 'UTF-8') . ' ' . 'videos';
                }
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<li><a href="' . XenForo_Template_Helper_Core::link('threads', $_extraThread, array()) . '" title="" class="' . ($_extraThread['hasPreview'] ? 'PreviewTooltip' : '') . '" 
	data-previewUrl="' . ($_extraThread['hasPreview'] ? XenForo_Template_Helper_Core::link('threads/preview', $_extraThread, array()) : '') . '"
	>' . htmlspecialchars($_extraThread['title'], ENT_QUOTES, 'UTF-8') . '</a> - <span class="bretiDate">' . XenForo_Template_Helper_Core::datetime($_extraThread['post_date'], '') . '</span></li>';
}
$__extraData['sidebar'] .= '

	';
$__compilerVar68 = '';
$__extraData['sidebar'] .= $this->callTemplateHook('resource_view_sidebar_below_support_button', $__compilerVar68, array('resource' => $resource));
unset($__compilerVar68);
$__extraData['sidebar'] .= '

	';
if ($thread) {
    $__extraData['sidebar'] .= '<a class="callToAction" href="' . XenForo_Template_Helper_Core::link('threads', $thread, array()) . '"><span>
		' . 'Discuss This Resource' . '
		';
    if ($thread['reply_count']) {
        $__extraData['sidebar'] .= '<small class="minorText">' . 'Trả lời' . ': ' . XenForo_Template_Helper_Core::numberFormat($thread['reply_count'], '0') . ', ' . 'Mới nhất' . ': ' . XenForo_Template_Helper_Core::datetime($thread['last_post_date'], '') . '</small>';
    }
    $__extraData['sidebar'] .= '
	</span></a>';
}
$__extraData['sidebar'] .= '

	';
$__compilerVar69 = '';
$__extraData['sidebar'] .= $this->callTemplateHook('resource_view_sidebar_below_discussion_button', $__compilerVar69, array('resource' => $resource));
unset($__compilerVar69);
$__extraData['sidebar'] .= '

	';
$__compilerVar70 = '';
$__compilerVar70 .= '
$__extraData['title'] = '';
$__extraData['title'] .= 'Link Check';
$__output .= '

' . 'Limit' . ': ' . htmlspecialchars($limit, ENT_QUOTES, 'UTF-8') . '
<br />
' . 'Offset' . ': ' . htmlspecialchars($offset, ENT_QUOTES, 'UTF-8') . '

<table class="dataTable">
<tr class="dataRow">
<th>' . 'Đăng' . '</th>
<th>' . 'Date' . '</th>
<th>' . 'Tên chủ đề' . '</th>
<th>' . 'Status' . '</th>
<th>' . 'URL' . '</th>
</tr>

';
foreach ($posts as $post) {
    $__output .= '
<tr class="dataRow">
<td><a href="' . XenForo_Template_Helper_Core::link('posts', $post, array()) . '" target="_blank" />' . htmlspecialchars($post['post_id'], ENT_QUOTES, 'UTF-8') . '</a></td>
<td>' . XenForo_Template_Helper_Core::datetime($post['post_date'], '') . '</td>
<td>' . htmlspecialchars($post['title'], ENT_QUOTES, 'UTF-8') . '</td>
<td>' . htmlspecialchars($post['status'], ENT_QUOTES, 'UTF-8') . '</td>
<td><a href="' . htmlspecialchars($post['url'], ENT_QUOTES, 'UTF-8') . '" target="_blank" />' . htmlspecialchars($post['url'], ENT_QUOTES, 'UTF-8') . '</a></td>
</tr>
';
}
$__output .= '
</table>';
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<dl>
    <dt>' . 'Most Online Users' . ':</dt>
    <dd class="Tooltip" title="' . XenForo_Template_Helper_Core::datetime($ragtek_mostOnlineUsersTime, 'absolute') . '">
		';
if ($visitor['is_admin']) {
    $__output .= '
			<a class="OverlayTrigger" href="' . XenForo_Template_Helper_Core::link('misc/reset-most-online', '', array('redirect' => $requestPaths['requestUri'])) . '">' . XenForo_Template_Helper_Core::numberFormat($ragtek_mostOnlineUsersCounter, '0') . '</a>
			';
} else {
    $__output .= XenForo_Template_Helper_Core::numberFormat($ragtek_mostOnlineUsersCounter, '0') . '
		';
}
$__output .= '
	</dd>
</dl>
';
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__extraData['title'] = '';
$__extraData['title'] .= 'Báo cáo đã đóng: ' . XenForo_Template_Helper_Core::datetime($minimumTimestamp, 'absolute') . ' - ' . XenForo_Template_Helper_Core::datetime($maximumTimestamp, 'absolute') . '';
$__output .= '

';
$__extraData['navigation'] = array();
$__extraData['navigation'][] = array('href' => XenForo_Template_Helper_Core::link('full:reports', false, array()), 'value' => 'Mục đã được báo cáo nội dung xấu');
$__output .= '

';
$__extraData['topctrl'] = '';
$__extraData['topctrl'] .= '<a href="' . XenForo_Template_Helper_Core::link('reports', false, array()) . '" class="callToAction"><span>' . 'Báo cáo chưa duyệt' . '</span></a>';
$__output .= '

';
$this->addRequiredExternal('css', 'report');
$__output .= '
';
$this->addRequiredExternal('css', 'discussion_list');
$__output .= '
	
<div class="discussionList section">
	<dl class="sectionHeaders">
		<dt class="posterAvatar"><a><span></span></a></dt>
		<dd class="main">
    $__compilerVar6 .= '<a href="' . XenForo_Template_Helper_Core::link('threads/poll/edit', $thread, array()) . '" class="editLink">' . 'Edit' . '</a>';
}
$__compilerVar6 .= '
					
					';
if ($poll['close_date']) {
    $__compilerVar6 .= '
						<div class="pollNotes closeDate muted">
							';
    if ($poll['open']) {
        $__compilerVar6 .= '
								' . 'This poll will close on ' . XenForo_Template_Helper_Core::datetime($poll['close_date'], 'absolute') . '.' . '
							';
    } else {
        $__compilerVar6 .= '
								' . 'Poll closed ' . XenForo_Template_Helper_Core::datetime($poll['close_date'], '') . '.' . '
							';
    }
    $__compilerVar6 .= '
						</div>
					';
}
$__compilerVar6 .= '
				</div>
					
				' . $__compilerVar3 . '
			</div>
		</div>
	
		<input type="hidden" name="_xfToken" value="' . htmlspecialchars($visitor['csrf_token_page'], ENT_QUOTES, 'UTF-8') . '" />
	</form>
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__extraData['title'] = '';
$__extraData['title'] .= 'Closed Reports: ' . XenForo_Template_Helper_Core::datetime($minimumTimestamp, 'absolute') . ' - ' . XenForo_Template_Helper_Core::datetime($maximumTimestamp, 'absolute') . '';
$__output .= '

';
$__extraData['navigation'] = array();
$__extraData['navigation'][] = array('href' => XenForo_Template_Helper_Core::link('full:reports', false, array()), 'value' => 'Reported Items');
$__output .= '

';
$__extraData['topctrl'] = '';
$__extraData['topctrl'] .= '<a href="' . XenForo_Template_Helper_Core::link('reports', false, array()) . '" class="callToAction"><span>' . 'Active Reports' . '</span></a>';
$__output .= '

';
$this->addRequiredExternal('css', 'report');
$__output .= '
';
$this->addRequiredExternal('css', 'discussion_list');
$__output .= '
	
<div class="discussionList section">
	<dl class="sectionHeaders">
		<dt class="posterAvatar"><a><span></span></a></dt>
		<dd class="main">
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<div class="editor">
	<div class="editorAcitivy">
		<span class="muted">' . 'Last Activity' . ': ' . XenForo_Template_Helper_Core::datetime($user['date'], '') . '</span>
	</div>

	<div class="editorUser">
		' . XenForo_Template_Helper_Core::callHelper('avatarhtml', array($user, true, array('user' => '$user', 'size' => 's', 'img' => 'true'), '')) . '
		<div class="userInfo">' . XenForo_Template_Helper_Core::callHelper('usernamehtml', array($user, '', true, array())) . '</div>
	</div>

	<div class="editorInfo">
		<span class="muted">' . 'Edits' . ': ' . htmlspecialchars($user['count'], ENT_QUOTES, 'UTF-8') . '</span>
	</div>
</div>';
				<li><label><input type="checkbox" name="change_vote" value="1" ' . ($poll['change_vote'] ? ' checked="checked"' : '') . ' /> ' . 'Allow voters to change their votes' . '</label></li>

				';
if ($canEditPublic) {
    $__output .= '
					<li><label><input type="checkbox" name="public_votes" value="1" ' . ($poll['public_votes'] ? ' checked="checked"' : '') . ' /> ' . 'Display votes publicly' . '</label></li>
				';
}
$__output .= '

				<li><label><input type="checkbox" name="view_results_unvoted" value="1" ' . ($poll['view_results_unvoted'] ? ' checked="checked"' : '') . ' /> ' . 'Allow the results to be viewed without voting' . '</label></li>

				';
if ($poll['close_date']) {
    $__output .= '
					<li><label><input type="checkbox" name="close_date" value="' . htmlspecialchars($poll['close_date'], ENT_QUOTES, 'UTF-8') . '" checked="checked" /> ' . 'Close this poll on ' . XenForo_Template_Helper_Core::datetime($poll['close_date'], 'absolute') . '' . '</label></li>
				';
} else {
    $__output .= '
					<li><label><input type="checkbox" name="close" value="1" class="Disabler" id="ctrl_close" /> ' . 'Close this poll after' . ':</label>
						<ul id="ctrl_close_Disabler">
							<li>
								<input type="text" size="5" name="close_length" value="7" class="textCtrl autoSize" />
								<select name="close_units" class="textCtrl autoSize">
									<option value="hours">' . 'Hours' . '</option>
									<option value="days" selected="selected">' . 'Days' . '</option>
									<option value="weeks">' . 'Weeks' . '</option>
									<option value="months">' . 'Months' . '</option>
								</select>
							</li>
						</ul>
    if ($visitor['is_moderator'] and $session['moderationCounts']['total']) {
        $__compilerVar81 .= '
				<a href="' . XenForo_Template_Helper_Core::link('moderation-queue', false, array()) . '" class="moderationQueue modLink">
					<span class="itemLabel">' . 'Moderation' . ':</span>
					<span class="itemCount ' . ($session['moderationCounts']['total'] ? 'alert' : '') . '">' . htmlspecialchars($session['moderationCounts']['total'], ENT_QUOTES, 'UTF-8') . '</span>
				</a>
			';
    }
    $__compilerVar81 .= '
			
			';
    if ($visitor['is_moderator'] && !$xenOptions['reportIntoForumId']) {
        $__compilerVar81 .= '
				<a href="' . XenForo_Template_Helper_Core::link('reports', false, array()) . '" class="reportedItems modLink">
					<span class="itemLabel">' . 'Báo cáo ' . ':</span>
					<span class="itemCount ' . (($session['reportCounts']['total'] and $session['reportCounts']['lastUpdate'] > $session['reportLastRead'] or $session['reportCounts']['assigned']) ? 'alert' : '') . '" title="' . ($session['reportCounts']['lastUpdate'] ? 'Last Report Update' . ': ' . XenForo_Template_Helper_Core::datetime($session['reportCounts']['lastUpdate'], '') : '') . '">';
        if ($session['reportCounts']['assigned']) {
            $__compilerVar81 .= htmlspecialchars($session['reportCounts']['assigned'], ENT_QUOTES, 'UTF-8') . ' / ' . htmlspecialchars($session['reportCounts']['total'], ENT_QUOTES, 'UTF-8');
        } else {
            $__compilerVar81 .= htmlspecialchars($session['reportCounts']['total'], ENT_QUOTES, 'UTF-8');
        }
        $__compilerVar81 .= '</span>
				</a>
			';
    }
    $__compilerVar81 .= '
			
			';
    if ($visitor['is_admin'] and $session['canAdminUsers'] and $session['userModerationCounts']['total']) {
        $__compilerVar81 .= '
				<a href="admin.php?users/moderated" class="userModerationQueue modLink">
	';
}
$__extraData['sidebar'] .= '
	
	';
if ($latestUsers) {
    $__extraData['sidebar'] .= '
		<div class="section newestMembers">
			<div class="secondaryContent avatarHeap">
				<h3>' . 'Thành viên mới nhất' . '</h3>
				
				<ol>
					';
    foreach ($latestUsers as $user) {
        $__extraData['sidebar'] .= '
						<li>' . XenForo_Template_Helper_Core::callHelper('avatarhtml', array($user, false, array('user' => '$user', 'size' => 's', 'text' => htmlspecialchars($user['username'], ENT_QUOTES, 'UTF-8') . ' (' . XenForo_Template_Helper_Core::datetime($user['register_date'], '') . ')', 'class' => 'Tooltip', 'data-tipclass' => 'flipped', 'title' => htmlspecialchars($user['username'], ENT_QUOTES, 'UTF-8') . ', ' . 'Tham gia ngày' . ': ' . XenForo_Template_Helper_Core::datetime($user['register_date'], '')), '')) . '</li>
					';
    }
    $__extraData['sidebar'] .= '
				</ol>
			</div>
		</div>
	';
}
$__extraData['sidebar'] .= '
	
	';
if ($xenOptions['facebookAppId'] and $xenOptions['facebookFacepile']) {
    $__extraData['sidebar'] .= '
		<div class="fbWidgetBlock">
			';
		<div class="views">
			<b>' . htmlspecialchars($playlist['count'], ENT_QUOTES, 'UTF-8') . '</b><br />
			' . 'videos' . '
		</div>

		<div class="thumb">
			<a href="' . XenForo_Template_Helper_Core::link('media/playlist', $playlist, array()) . '"><img src="' . XenForo_Template_Helper_Core::callHelper('medio', array('0' => $playlist)) . '" border="0" alt="' . htmlspecialchars($playlist['playlist_name'], ENT_QUOTES, 'UTF-8') . '" /></a>
		</div>

		<div class="info">
			<a href="' . XenForo_Template_Helper_Core::link('media/playlist', $playlist, array()) . '"><b>' . htmlspecialchars($playlist['playlist_name'], ENT_QUOTES, 'UTF-8') . '</b></a><br />
			<div class="muted">
				' . 'Playlist by ' . '<a href="' . XenForo_Template_Helper_Core::link('media/user', $playlist, array()) . '">' . htmlspecialchars($playlist['username'], ENT_QUOTES, 'UTF-8') . '</a>' . '' . ' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
				' . 'Last updated:' . ': ';
        if ($playlist['playlist_date']) {
            $__compilerVar8 .= XenForo_Template_Helper_Core::datetime($playlist['playlist_date'], '');
        } else {
            $__compilerVar8 .= 'Never';
        }
        $__compilerVar8 .= '
			</div>
		</div>
	</div>
</li>';
        $__output .= $__compilerVar8;
        unset($__compilerVar8);
        $__output .= '
		';
    }
    $__output .= '
		</ul>
<?php

if (!class_exists('XenForo_Application', false)) {
    die;
}
$__output = '';
$__output .= '<div class="section">
	<div class="secondaryContent statsList" id="boardStats">
		<h3>' . 'Thống kê diễn đàn' . '</h3>
		<div class="pairsJustified">
			<dl class="discussionCount"><dt>' . 'Đề tài thảo luận' . ':</dt>
				<dd>' . XenForo_Template_Helper_Core::numberFormat($BoardTotals['discussions'], '0') . '</dd></dl>
			<dl class="messageCount"><dt>' . 'Bài viết' . ':</dt>
				<dd>' . XenForo_Template_Helper_Core::numberFormat($BoardTotals['messages'], '0') . '</dd></dl>
			<dl class="memberCount"><dt>' . 'Thành viên' . ':</dt>
				<dd>' . XenForo_Template_Helper_Core::numberFormat($BoardTotals['users'], '0') . '</dd></dl>
			<dl class="mostCount"><dt>' . 'User Record' . ':</dt>
				<dd class="Tooltip" title="' . XenForo_Template_Helper_Core::datetime($BoardTotals['most_users']['time'], '') . '">' . XenForo_Template_Helper_Core::numberFormat($BoardTotals['most_users']['total'], '0') . '</dd></dl>
			<dl><dt>' . 'Thành viên mới nhất' . ':</dt>
				<dd>' . XenForo_Template_Helper_Core::callHelper('usernamehtml', array($BoardTotals['latestUser'], '', false, array('text' => 'rich'))) . '</dd></dl>
			<!-- slot: forum_stats_extra -->
		</div>
	</div>
</div>';