2008-11-18 08:15:02 +00:00
|
|
|
{extends "idf/base-simple.html"}
|
2008-08-12 20:17:49 +00:00
|
|
|
{block body}
|
|
|
|
<table class="form" summary="">
|
|
|
|
<tr>
|
|
|
|
<th></th>
|
|
|
|
<td>{$member}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>{trans 'Last time seen:'}</th>
|
|
|
|
<td>{$member.last_login|dateago}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<th>{trans 'Member since:'}</th>
|
|
|
|
<td>{$member.date_joined|date}</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
{/block}
|
|
|
|
{block context}
|
|
|
|
<div class="issue-submit-info">
|
|
|
|
<p>{blocktrans}You are looking at the public profile of {$member}.{/blocktrans}</p>
|
|
|
|
</div>
|
|
|
|
{/block}
|
|
|
|
|
|
|
|
|