2008-11-18 09:15:02 +01:00
|
|
|
{extends "idf/base-simple.html"}
|
2008-08-12 22:17:49 +02: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}
|
|
|
|
|
|
|
|
|