<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->profile}</title>
{$headerinclude}
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1804"></script>
</head>
<body>
{$header}
<section id="profile-header">
<div class="profile-info">
<div class="profile-avatar">
{$avatar}{$memprofile}
</div>
<div class="profile-user-info">
<h1>{$memprofile}</h1>
<h2>{$usertitle}</h2>
<h3>{$online_status} {$localtime}</h3>
</div>
<div class="profile-row">
<span>Data Rejestracji<br /> {$memregdate}</span>
<span>Data Urodzenia<br /> {$membday} {$membdayage} </span>
<span>Postów<br> {$memprofile['postnum']} </span>
<span>Tematów<br> {$memprofile['threadnum']}</span>
</div>
</div>
</section>
<br />
{$awaybit}{$bannedbit}
<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="50%" valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td colspan="2" class="thead">
<strong>{$lang->users_forum_info}</strong>
</td>
</tr>
<tr>
<td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td>
<td class="trow1">{$memregdate}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->lastvisit}</strong></td>
<td class="trow2">{$memlastvisitdate}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->total_posts}</strong></td>
<td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td>
</tr>
<tr>
<td class="trow2"><strong>{$lang->total_threads}</strong></td>
<td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td>
</tr>
<tr>
<td class="trow1"><strong>{$lang->timeonline}</strong></td>
<td class="trow1">{$timeonline}</td>
</tr>
{$referrals}
{$reputation}
{$warning_level}
</table><br />
{$signature}
</td>
<td> </td>
<td width="50%" valign="top">
{$profilefields}
{$contact_details}<br />
{$modoptions}
{$adminoptions}
<div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div>
</td>
</tr>
</table>
{$footer}
</body>
</html>
{$formattedname}
{$groupimage}